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/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/core.py') diff --git a/poezio/core/core.py b/poezio/core/core.py index 9651a73b..79b5d56f 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1220,7 +1220,7 @@ class Core: def rename_private_tabs(self, room_name: str, old_nick: str, user: User) -> None: """ - Call this method when someone changes his/her nick in a MUC, + Call this method when someone changes their nick in a MUC, this updates the name of all the opened private conversations with him/her """ -- cgit v1.2.3