diff --git a/language/anope.en_US.po b/language/anope.en_US.po index 497811e50..50575ec47 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -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 \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." diff --git a/modules/nickserv/ns_confirm.cpp b/modules/nickserv/ns_confirm.cpp index ed45cd3b0..bfdfca637 100644 --- a/modules/nickserv/ns_confirm.cpp +++ b/modules/nickserv/ns_confirm.cpp @@ -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;