VirtualMailManager/cli/subcommands.py
changeset 744 286f88f12d57
parent 703 58815c004a61
child 746 ee3c6c826b42
--- a/VirtualMailManager/cli/subcommands.py	Sun Mar 23 16:33:01 2014 +0000
+++ b/VirtualMailManager/cli/subcommands.py	Sun Mar 23 20:10:40 2014 +0000
@@ -1095,9 +1095,9 @@
             # only one type is requested, so no type indicator
             _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''}
         else:
+            _trans = {
             # TP: the letters 'u', 'a' and 'r' are abbreviations of user,
             # alias and relocated user
-            _trans = {
                 TYPE_ACCOUNT: _('u'),
                 TYPE_ALIAS: _('a'),
                 TYPE_RELOCATED: _('r'),