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/ms_send.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ms_send.cpp') diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp index 7a1edd039..b5124cf9f 100644 --- a/modules/commands/ms_send.cpp +++ b/modules/commands/ms_send.cpp @@ -65,7 +65,7 @@ class CommandMSSend : public Command source.Reply(" "); source.Reply(_("Sends the named \037nick\037 or \037channel\037 a memo containing\n" "\037memo-text\037. When sending to a nickname, the recipient will\n" - "receive a notice that he/she has a new memo. The target\n" + "receive a notice that they have a new memo. The target\n" "nickname/channel must be registered.")); return true; } -- cgit