# HG changeset patch # User Pascal Volk # Date 1395605440 0 # Node ID 286f88f12d57cfcf1f50482fcc75b3c7d2d46d11 # Parent 56346f2cb631ef6b690f8b32affd4247f08edd08 VMM/cli/subcommands: Moved the TP comment to the right place. diff -r 56346f2cb631 -r 286f88f12d57 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'),