[Darlan]distinguish console-printed strings in translation files. Fixes #7267
This commit is contained in:
parent
256cd2f17f
commit
95f01268e7
|
@ -277,7 +277,7 @@ class GajimRemote:
|
|||
'handle_uri': [
|
||||
_('Handle a xmpp:/ uri'),
|
||||
[
|
||||
(_('uri'), _('URI to handle'), True),
|
||||
(Q_('?CLI:uri'), _('URI to handle'), True),
|
||||
(Q_('?CLI:account'), _('Account in which you want to handle it'),
|
||||
False),
|
||||
(Q_('?CLI:message'), _('Message content'), False)
|
||||
|
|
Loading…
Reference in New Issue