VMM/cli/subcommands: Moved the TP comment to the right place.
--- 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'),