summaryrefslogtreecommitdiff
path: root/modules/commands/ms_rsend.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-20 00:07:51 +0000
committerSadie Powell <sadie@witchery.services>2023-12-20 00:07:51 +0000
commit6d981960da8b7897c2ca7feb125f2770971c4154 (patch)
tree114026b8dd7600f587ec5b4793a14070a240ca15 /modules/commands/ms_rsend.cpp
parent6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (diff)
parentaca9d300640361a9abfca80c1b6d07a02cf93be2 (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/commands/ms_rsend.cpp')
-rw-r--r--modules/commands/ms_rsend.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp
index 1e756b07e..482fd4aa7 100644
--- a/modules/commands/ms_rsend.cpp
+++ b/modules/commands/ms_rsend.cpp
@@ -79,10 +79,10 @@ public:
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.\n"
"Once the memo is read by its recipient, an automatic notification\n"
- "memo will be sent to the sender informing him/her that the memo\n"
+ "memo will be sent to the sender informing them that the memo\n"
"has been read."));
return true;
}