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:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user