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/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/commands.py') diff --git a/poezio/core/commands.py b/poezio/core/commands.py index c9605987..b3ebb811 100644 --- a/poezio/core/commands.py +++ b/poezio/core/commands.py @@ -687,7 +687,7 @@ class CommandCore: else: msg = 'The last activity of %s was %s ago%s' % ( from_, common.parse_secs_to_str(seconds), - (' and his/her last status was %s' % status) + (' and their last status was %s' % status) if status else '') self.core.information(msg, 'Info') -- cgit v1.2.3