From 95f01268e774a8f4881f213fea9b2347a8b168f1 Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Sun, 11 Aug 2013 14:09:47 +0400
Subject: [PATCH] [Darlan]distinguish console-printed strings in translation
 files. Fixes #7267

---
 src/gajim-remote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 5e3c0832cd..6b43a26f7e 100644
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -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)
-- 
GitLab