diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-20 00:07:51 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-20 00:07:51 +0000 |
commit | 6d981960da8b7897c2ca7feb125f2770971c4154 (patch) | |
tree | 114026b8dd7600f587ec5b4793a14070a240ca15 /modules/commands/ms_read.cpp | |
parent | 6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (diff) | |
parent | aca9d300640361a9abfca80c1b6d07a02cf93be2 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/commands/ms_read.cpp')
-rw-r--r-- | modules/commands/ms_read.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 740243914..c0645ec3d 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -39,8 +39,8 @@ static void rsend_notify(CommandSource &source, MemoInfo *mi, Memo *m, const Ano /* Notify recipient of the memo that a notification has been sent to the sender */ - source.Reply(_("A notification memo has been sent to %s informing him/her you have\n" - "read his/her memo."), nc->display.c_str()); + source.Reply(_("A notification memo has been sent to %s informing them you have\n" + "read their memo."), nc->display.c_str()); } /* Remove receipt flag from the original memo */ |