From c18df68b21436e7b0507f2aa350c9a8dc0c0c99e Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Sun, 10 Sep 2006 13:19:42 +0000
Subject: [PATCH] fix even more the string

---
 src/gajim-remote.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index bb54db0f03..563cc121ac 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -240,7 +240,9 @@ class GajimRemote:
 					_('Sends custom XML'), 
 					[
 						('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)
 					]
 				],
 			}
-- 
GitLab