[Darlan]distinguish console-printed strings in translation files. Fixes #7267

This commit is contained in:
Denis Fomin 2013-08-11 14:09:47 +04:00
parent 256cd2f17f
commit 95f01268e7
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class GajimRemote:
'handle_uri': [ 'handle_uri': [
_('Handle a xmpp:/ 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'), (Q_('?CLI:account'), _('Account in which you want to handle it'),
False), False),
(Q_('?CLI:message'), _('Message content'), False) (Q_('?CLI:message'), _('Message content'), False)