changeset 34d7dbb0a606 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=34d7dbb0a606
description: fix some strings.

diffstat:

 src/gajim-remote.py  |  2 +-
 src/roster_window.py |  2 +-
 src/session.py       |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 629a8c094d09 -r 34d7dbb0a606 src/gajim-remote.py
--- a/src/gajim-remote.py       Sat Aug 07 17:37:14 2010 +0300
+++ b/src/gajim-remote.py       Sat Aug 07 22:42:13 2010 +0200
@@ -106,7 +106,7 @@
                                 _('Changes the status of account or accounts'),
                                 [
 #offline, online, chat, away, xa, dnd, invisible should not be translated
-                                        (_('status'), _('one of: offline, 
online, chat, away, xa, dnd, invisible. If not set, use accoun\'t previous 
status'), False),
+                                        (_('status'), _('one of: offline, 
online, chat, away, xa, dnd, invisible. If not set, use account\'s previous 
status'), False),
                                         (_('message'), _('status message'), 
False),
                                         (_('account'), _('change status of 
account "account". '
         'If not specified, try to change status of all accounts that have '
diff -r 629a8c094d09 -r 34d7dbb0a606 src/roster_window.py
--- a/src/roster_window.py      Sat Aug 07 17:37:14 2010 +0300
+++ b/src/roster_window.py      Sat Aug 07 22:42:13 2010 +0200
@@ -2371,7 +2371,7 @@
 
             if transfer_active:
                 dialogs.ConfirmationDialog(_('You have running file 
transfers'),
-                        _('If you quit now, the file(s) being transfered will '
+                        _('If you quit now, the file(s) being transferred will 
'
                         'be stopped. Do you still want to quit?'),
                         on_response_ok=(on_continue3, message, pep_dict))
                 return
diff -r 629a8c094d09 -r 34d7dbb0a606 src/session.py
--- a/src/session.py    Sat Aug 07 17:37:14 2010 +0300
+++ b/src/session.py    Sat Aug 07 22:42:13 2010 +0200
@@ -432,7 +432,7 @@
 
                     self.dialog = dialogs.YesNoDialog(_('Confirm these session 
'
                             'options'),
-                            _('''The remote client wants to negotiate an 
session with these features:
+                            _('''The remote client wants to negotiate a 
session with these features:
 
 %s
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to