From 1be5d795668050c35d4423664e82d408904b43e4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 26 Sep 2009 12:23:49 +0000 Subject: cleaning up block name dictionary to fix i18n bug --- 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') } -- cgit v0.9.1