1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:06:37 +02:00

Fix the grammar of a message in ns_confirm.

This commit is contained in:
Sadie Powell
2025-06-20 17:05:59 +01:00
parent b912b403f0
commit a4abd27ffd
2 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-06-18 18:26+0100\n"
"PO-Revision-Date: 2025-06-18 18:26+0100\n"
"POT-Creation-Date: 2025-06-20 17:05+0100\n"
"PO-Revision-Date: 2025-06-20 17:05+0100\n"
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
"Language-Team: English\n"
"Language: en_US\n"
@@ -5444,7 +5444,7 @@ msgstr ""
msgid "This command is an alias to the command %s."
msgstr ""
msgid "This command is used by several commands as a way to actions changes made to your account. type can be one of:"
msgid "This command is used by several other commands as a way to action changes made to your account. type can be one of:"
msgstr ""
msgid "This command lists information about the specified loaded module."
+2 -2
View File
@@ -34,8 +34,8 @@ public:
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_(
"This command is used by several commands as a way to actions changes made to "
"your account. \037type\037 can be one of:"
"This command is used by several other commands as a way to action changes made "
"to your account. \037type\037 can be one of:"
));
auto this_name = source.command;