# HG changeset patch # User Pascal Volk # Date 1346193463 0 # Node ID 0571f45501da057d6c61321d1f0334d07af42e5c # Parent 82e722f35aab7b9d6d116385a08dddeb5b83e89c VMM/cli/subcommands: Don't mark empty strings as translatable. gettext('') returns the header entry with meta information, not the empty string. diff -r 82e722f35aab -r 0571f45501da VirtualMailManager/cli/subcommands.py --- 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')