diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-17 19:32:45 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-17 19:32:45 +0000 |
commit | b84b1d8166b07b80429c6830e0151e0c871c2cfc (patch) | |
tree | c73bdb9d0f345705f098fcc0c0978458b2ef1b48 /modules/commands/ms_read.cpp | |
parent | 8e2fa4acdbc24d0a629b737d5dd42a31a543016d (diff) |
Misc grammar fixes.
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 1bfe86437..a80829166 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 */ |