From b7a7da12fa46b0011e26203c141969f10af4ced9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 21 May 2015 14:33:08 +0200 Subject: Fix #3062 (mention /accept or /deny must be done in the roster tab) --- src/core/handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/handlers.py b/src/core/handlers.py index 012e90d3..288de782 100644 --- a/src/core/handlers.py +++ b/src/core/handlers.py @@ -763,9 +763,9 @@ def on_subscription_request(self, presence): contact = roster.get_and_set(jid) roster.update_contact_groups(contact) contact.pending_in = True - self.information('%s wants to subscribe to your presence, ' - 'use /accept or /deny to accept ' - 'or reject the query.' % jid, + self.information('%s wants to subscribe to your presence, use ' + '/accept or /deny in the roster ' + 'tab to accept or reject the query.' % jid, 'Roster') self.get_tab_by_number(0).state = 'highlight' roster.modified() -- cgit v1.2.3