From 33dd9cd158735c97d2cf5a9277bb3bc5b9163991 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 14 Jun 2005 23:31:13 +0000 Subject: [PATCH] fix a string --- src/gajim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index c0856b68a..39d507c92 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -459,8 +459,8 @@ class Interface: % jid).get_response() def handle_event_unsubscribed(self, account, jid): - dialogs.InformationDialog(_('Contact "%s" removed subscription' % jid), - _('You will always see contact "%s" as offline.')).get_response() + dialogs.InformationDialog(_('Contact "%s" removed subscription from you') % jid, + _('You will always see him as offline.')).get_response() def handle_event_agent_info(self, account, array): #('AGENT_INFO', account, (agent, identities, features, items))