fix a string

This commit is contained in:
Nikos Kouremenos 2005-06-14 23:31:13 +00:00
parent acf1462671
commit 33dd9cd158
1 changed files with 2 additions and 2 deletions

View File

@ -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))