fix even more the string

This commit is contained in:
Nikos Kouremenos 2006-09-10 13:19:42 +00:00
parent b0c31574a2
commit c18df68b21
1 changed files with 3 additions and 1 deletions

View File

@ -240,7 +240,9 @@ class GajimRemote:
_('Sends custom XML'), _('Sends custom XML'),
[ [
('xml', _('XML to send'), True), ('xml', _('XML to send'), True),
('account', _('Account, if not, xml will be sent to all accounts'), False) ('account', _('Account in which the xml will be sent; '
'if not specified, xml will be sent to all accounts'),
False)
] ]
], ],
} }