From b84b1d8166b07b80429c6830e0151e0c871c2cfc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 17 Dec 2023 19:32:45 +0000 Subject: Misc grammar fixes. --- modules/commands/cs_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_set.cpp') diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 73fa9f4a0..e5b7d8e9b 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -452,7 +452,7 @@ class CommandCSSetPeace : public Command source.Reply(_("Enables or disables the \002peace\002 option for a channel.\n" "When \002peace\002 is set, a user won't be able to kick,\n" "ban or remove a channel status of a user that has\n" - "a level superior or equal to his via %s commands."), source.service->nick.c_str()); + "a level superior or equal to theirs via %s commands."), source.service->nick.c_str()); return true; } }; -- cgit