From 4f820a7d41dbdf83b27005dcfb02507206708d6b Mon Sep 17 00:00:00 2001 From: Robby- Date: Sat, 14 Sep 2013 14:40:17 +0200 Subject: Fix typos, remove dead language defines. os_set: Add missing debug text in help output. --- modules/commands/os_module.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/commands/os_module.cpp') 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; } }; -- cgit