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:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user