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

replaced all %R with %s in the language strings

This commit is contained in:
DukePyrolator
2011-03-26 08:20:05 +01:00
parent 01b901eba1
commit 365769d14c
32 changed files with 110 additions and 120 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ class CommandCSSet : public Command
"Available options:"));
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(source);
source.Reply(_("Type \002%R%s HELP SET \037option\037\002 for more information on a\n"
"particular option."), ChanServ->nick.c_str());
source.Reply(_("Type \002%s%s HELP SET \037option\037\002 for more information on a\n"
"particular option."), Config->UseStrictPrivMsgString.c_str(), ChanServ->nick.c_str());
return true;
}
else