VirtualMailManager/cli/subcommands.py
changeset 600 0571f45501da
parent 597 c79fdce49908
child 601 463b10c258d9
--- a/VirtualMailManager/cli/subcommands.py	Tue Aug 28 00:52:50 2012 +0000
+++ b/VirtualMailManager/cli/subcommands.py	Tue Aug 28 22:37:43 2012 +0000
@@ -1058,9 +1058,9 @@
     if addresses:
         if which & (which - 1) == 0:
             # only one type is requested, so no type indicator
-            _trans = { TYPE_ACCOUNT   : _('')
-                     , TYPE_ALIAS     : _('')
-                     , TYPE_RELOCATED : _('')
+            _trans = { TYPE_ACCOUNT   : ''
+                     , TYPE_ALIAS     : ''
+                     , TYPE_RELOCATED : ''
                      }
         else:
             _trans = { TYPE_ACCOUNT   : _('u')