1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 13:43:12 +02:00

Fix typos, remove dead language defines.

os_set: Add missing debug text in help output.
This commit is contained in:
Robby-
2013-09-14 14:40:17 +02:00
committed by Adam
parent 5f7127dd92
commit 4f820a7d41
30 changed files with 106 additions and 92 deletions
+2 -2
View File
@@ -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 "";