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

Fix the spelling of unload in os_module.

This commit is contained in:
Sadie Powell
2025-12-13 15:06:37 +00:00
parent adcdaeca04
commit caa9b27a6c
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Anope Modules
MODLOAD Load a module
MODRELOAD Reload a module
MODUNLOAD Un-Load a module
MODUNLOAD Unload a module
MODLIST List loaded modules
MODINFO Info about a loaded module
+5 -5
View File
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 00:37+0000\n"
"PO-Revision-Date: 2025-11-25 00:37+0000\n"
"POT-Creation-Date: 2025-12-13 15:06+0000\n"
"PO-Revision-Date: 2025-12-13 15:06+0000\n"
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
"Language-Team: English\n"
"Language: en_US\n"
@@ -5855,9 +5855,6 @@ msgstr ""
msgid "Type %sregion to list timezones for a region."
msgstr ""
msgid "Un-Load a module"
msgstr ""
#, c-format
msgid "Unable to find regex engine %s."
msgstr ""
@@ -5921,6 +5918,9 @@ msgstr ""
msgid "Unknown passwords: %zu"
msgstr ""
msgid "Unload a module"
msgstr ""
msgid "Unpooled"
msgstr ""
+1 -1
View File
@@ -126,7 +126,7 @@ class CommandOSModUnLoad final
public:
CommandOSModUnLoad(Module *creator) : Command(creator, "operserv/modunload", 1, 1)
{
this->SetDesc(_("Un-Load a module"));
this->SetDesc(_("Unload a module"));
this->SetSyntax(_("\037modname\037"));
}