1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 22:36:36 +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
+1 -1
View File
@@ -452,7 +452,7 @@ class CommandCSSetPeace : public Command
source.Reply(_("Enables or disables the \002peace\002 option for a channel.\n"
"When \002peace\002 is set, a user won't be able to kick,\n"
"ban or remove a channel status of a user that has\n"
"a level superior or equal to his via %s commands."), source.service->nick.c_str());
"a level superior or equal to theirs via %s commands."), source.service->nick.c_str());
return true;
}
};