1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Fix the grammar of two messages.

This commit is contained in:
Sadie Powell
2025-07-30 15:30:44 +01:00
parent 4410e5ccce
commit 32d3ddc0e4
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-25 12:27+0100\n"
"PO-Revision-Date: 2025-07-12 16:32+0100\n"
"POT-Creation-Date: 2025-07-30 15:30+0100\n"
"PO-Revision-Date: 2025-07-30 15:30+0100\n"
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
"Language-Team: English\n"
"Language: en_US\n"
@@ -3785,7 +3785,7 @@ msgstr ""
msgid "No bot"
msgstr ""
msgid "No expire"
msgid "No expiry"
msgstr ""
#, c-format
+1 -1
View File
@@ -1333,7 +1333,7 @@ public:
if (persist.HasExt(ci))
info.AddOption(_("Persistent"));
if (noexpire.HasExt(ci))
info.AddOption(_("No expire"));
info.AddOption(_("No expiry"));
if (keep_modes.HasExt(ci))
info.AddOption(_("Keep modes"));
if (noautoop.HasExt(ci))
+1 -1
View File
@@ -648,7 +648,7 @@ public:
if (neverop.HasExt(na->nc))
info.AddOption(_("Never-op"));
if (noexpire.HasExt(na))
info.AddOption(_("No expire"));
info.AddOption(_("No expiry"));
}
void OnUserModeSet(const MessageSource &setter, User *u, const Anope::string &mname) override