VMM/cli/subcommands: Moved the TP comment to the right place.
authorPascal Volk <user@localhost.localdomain.org>
Sun, 23 Mar 2014 20:10:40 +0000
changeset 744 286f88f12d57
parent 742 56346f2cb631
child 745 ef2b73d461d4
VMM/cli/subcommands: Moved the TP comment to the right place.
VirtualMailManager/cli/subcommands.py
--- 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'),