summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/handlers.py6
1 files 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 <jid> or /deny <jid> to accept '
- 'or reject the query.' % jid,
+ self.information('%s wants to subscribe to your presence, use '
+ '/accept <jid> or /deny <jid> in the roster '
+ 'tab to accept or reject the query.' % jid,
'Roster')
self.get_tab_by_number(0).state = 'highlight'
roster.modified()