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/cs_mode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_mode.cpp') diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index f586f2c2a..e4ca072aa 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -812,9 +812,9 @@ class CommandCSModes : public Command if (!m.second.empty()) { if (m.first) - return Anope::printf(_("Gives you or the specific nick %s status on a channel"), m.second.c_str()); + return Anope::printf(_("Gives you or the specified nick %s status on a channel"), m.second.c_str()); else - return Anope::printf(_("Removes %s status from you or the specific on a channel"), m.second.c_str()); + return Anope::printf(_("Removes %s status from you or the specified nick on a channel"), m.second.c_str()); } else return ""; -- cgit