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