branch | v0.7.x |
changeset 746 | ee3c6c826b42 |
parent 737 | 81f4bfc34ed8 |
parent 744 | 286f88f12d57 |
child 751 | 9d739cd2f527 |
--- a/VirtualMailManager/cli/subcommands.py Sun Mar 23 17:16:04 2014 +0000 +++ b/VirtualMailManager/cli/subcommands.py Sun Mar 23 20:38:45 2014 +0000 @@ -1205,9 +1205,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'),