Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Config.py b/common/Config.py
index 7b6bbad..9a2757b 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -230,8 +230,7 @@ DEFAULT_GRID_DIV2 = DEFAULT_GRID / 2.0
####################
## ToolTips
####################
-LANGUAGE = 'en'
-exec 'from i18n.tooltips_%s import Tooltips' % LANGUAGE
+from Tooltips import Tooltips
####################