From 651a4335887d4e117f9c18302290e89f743632e3 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 4 Aug 2012 10:51:02 +0200 Subject: [PATCH] fix some typo --- src/roster_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 7aac6ef2a..81bb60a5c 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -3752,7 +3752,7 @@ class RosterWindow: send_it() return pritext = _('You are about to send a custom status. Are you sure you ' - 'want to continue?') + 'want to continue?') sectext = _('This contact will temporarily see you as %(status)s, ' 'but only until you change your status. Then he or she will see ' 'your global status.') % {'status': show} @@ -4469,7 +4469,7 @@ class RosterWindow: dialogs.WarningDialog(_('Metacontacts storage not supported by ' 'your server'), _('Your server does not support storing metacontacts ' - 'information. So those information will not be saved on next ' + 'information. So this information will not be saved on next ' 'reconnection.')) def merge_contacts(is_checked=None):