diff options
Diffstat (limited to 'modules/commands/os_module.cpp')
-rw-r--r-- | modules/commands/os_module.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index 8ff7498a7..d703d6814 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -165,8 +165,7 @@ class CommandOSModUnLoad : public Command { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("This command unloads the module named \037modname\037 from the modules\n" - "directory.")); + source.Reply(_("This command unloads the module named \037modname\037.")); return true; } }; |