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

Replaced all of the old %S's in the language strings that were used for service nicks

This commit is contained in:
Adam
2011-02-04 18:32:04 -05:00
parent 08583dc107
commit a53a797271
44 changed files with 162 additions and 146 deletions
+2 -2
View File
@@ -81,8 +81,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."));
source.Reply(_("Type \002%R%s HELP SET \037option\037\002 for more information on a\n"
"particular option."), ChanServ->nick.c_str());
return true;
}
else