fix even more the string
This commit is contained in:
parent
b0c31574a2
commit
c18df68b21
|
@ -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)
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue