Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-09-26 12:23:49 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-09-26 12:23:49 (GMT)
commit1be5d795668050c35d4423664e82d408904b43e4 (patch)
tree2d5f13b7fb54728d931e87897ab5f032d1928e16
parentfe9e9c92757633370aa21e6284e455355b864f82 (diff)
cleaning up block name dictionary to fix i18n bug
-rw-r--r--tahoverhelp.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/tahoverhelp.py b/tahoverhelp.py
index 25836cf..a707585 100644
--- a/tahoverhelp.py
+++ b/tahoverhelp.py
@@ -187,12 +187,12 @@ blocks_dict = {
'templates' : _('Templates'),
'hideblocks' : _('hide blocks'),
'journal' : _('journal'),
- 'audiooff' : _('audiooff'),
- 'descriptionoff' : _('descriptionoff'),
- 'template1' : _('template1'),
- 'template2' : _('template2'),
- 'template3' : _('template3'),
- 'template4' : _('template4'),
- 'template6' : _('template6'),
- 'template7' : _('template7')
+ 'audiooff' : _('joournal'),
+ 'descriptionoff' : _('journal'),
+ 'template1' : _('template'),
+ 'template2' : _('template'),
+ 'template3' : _('template'),
+ 'template4' : _('template'),
+ 'template6' : _('template'),
+ 'template7' : _('template')
}