From 5eb3e36b615f5e8a41e62fe78f63b14c010af476 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 19 Mar 2019 19:16:41 +0100 Subject: Change 'his/her' to 'their' It's shorter and reads better. Also removes 'its', which might be intented to refer to bots or the like. --- poezio/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/rostertab.py') diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py index 86db06a0..6e73051e 100644 --- a/poezio/tabs/rostertab.py +++ b/poezio/tabs/rostertab.py @@ -88,7 +88,7 @@ class RosterInfoTab(Tab): usage='[jid]', desc='Deny your presence to the provided JID (or the ' 'selected contact in your roster), who is asking' - 'you to be in his/her roster.', + 'you to be in their roster.', shortdesc='Deny a user your presence.', completion=self.completion_deny) self.register_command( -- cgit v1.2.3