1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 03:36:38 +02:00

Misc grammar fixes.

This commit is contained in:
Sadie Powell
2023-12-17 19:32:45 +00:00
parent 8e2fa4acdb
commit b84b1d8166
19 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -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 */