summaryrefslogtreecommitdiff
path: root/poezio/tabs/privatetab.py
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-03-19 19:16:41 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2019-03-19 18:25:46 +0000
commit5eb3e36b615f5e8a41e62fe78f63b14c010af476 (patch)
tree6cc98d20d9629a25426d2f0712d2f54fab3932df /poezio/tabs/privatetab.py
parenta6e66cd50ef64c0f2bf6fe154edcc652a66e9a46 (diff)
downloadpoezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.tar.gz
poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.tar.bz2
poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.tar.xz
poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.zip
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.
Diffstat (limited to 'poezio/tabs/privatetab.py')
-rw-r--r--poezio/tabs/privatetab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/privatetab.py b/poezio/tabs/privatetab.py
index 32b39aea..cec68ac5 100644
--- a/poezio/tabs/privatetab.py
+++ b/poezio/tabs/privatetab.py
@@ -55,7 +55,7 @@ class PrivateTab(OneToOneTab):
'info',
self.command_info,
desc=
- 'Display some information about the user in the MUC: its/his/her role, affiliation, status and status message.',
+ 'Display some information about the user in the MUC: their role, affiliation, status and status message.',
shortdesc='Info about the user.')
self.register_command(
'version',