summaryrefslogtreecommitdiff
path: root/poezio/tabs/rostertab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/rostertab.py')
-rw-r--r--poezio/tabs/rostertab.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py
index 2720bf7f..8edc88e0 100644
--- a/poezio/tabs/rostertab.py
+++ b/poezio/tabs/rostertab.py
@@ -82,8 +82,8 @@ class RosterInfoTab(Tab):
completion=self.completion_deny)
self.register_command('add', self.command_add,
usage='<jid>',
- desc='Add the specified JID to your roster, ask him to'
- ' allow you to see his presence, and allow him to'
+ desc='Add the specified JID to your roster, ask them to'
+ ' allow you to see his presence, and allow them to'
' see your presence.',
shortdesc='Add a user to your roster.')
self.register_command('name', self.command_name,
@@ -618,7 +618,7 @@ class RosterInfoTab(Tab):
@command_args_parser.quoted(1)
def command_add(self, args):
"""
- Add the specified JID to the roster, and set automatically
+ Add the specified JID to the roster, and automatically
accept the reverse subscription
"""
if args is None: