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

Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections.

This commit is contained in:
Robby-
2013-02-02 07:30:53 +01:00
parent dccb0ee313
commit 15b37c1e38
86 changed files with 565 additions and 522 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ class CommandHelp : public Command
GroupInfo groups;
if (all)
source.Reply(_("All available commands for \2%s\2:"), source.service->nick.c_str());
source.Reply(_("All available commands for \002%s\002:"), source.service->nick.c_str());
for (CommandInfo::map::const_iterator it = map.begin(), it_end = map.end(); it != it_end; ++it)
{
@@ -124,7 +124,7 @@ class CommandHelp : public Command
if (!groups.empty())
{
source.Reply(" ");
source.Reply(_("Use the \2%s ALL\2 command to list all command descriptions."), source_command.c_str());
source.Reply(_("Use the \002%s ALL\002 command to list all commands and their descriptions."), source_command.c_str());
}
}
else