From b0c31574a23cbaa7c6ab6a798979a9b80fdf1070 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Sun, 10 Sep 2006 13:14:13 +0000
Subject: [PATCH] fix strings

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

diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 934f8b3ffc..bb54db0f03 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -79,7 +79,7 @@ class GajimRemote:
 		#
 		self.commands = {
 			'help':[
-					_('shows a help on specific command'),
+					_('Shows a help on specific command'),
 					[
 						#User gets help for the command, specified by this parameter
 						(_('command'), 
@@ -231,16 +231,16 @@ class GajimRemote:
 					[ ]
 				],
 			'start_chat': [
-				_('Open \'Start Chat\' dialog'),
+				_('Opens \'Start Chat\' dialog'),
 					[
 						(_('account'), _('Starts chat, using this account'), True)
 					]
 				],
 			'send_xml': [
-					_('Send custom XML'), 
+					_('Sends custom XML'), 
 					[
 						('xml', _('XML to send'), True),
-						('account', _('Account, if not, xml\'ll be send to all your accounts'), False)
+						('account', _('Account, if not, xml will be sent to all accounts'), False)
 					]
 				],
 			}
-- 
GitLab