diff options
author | Adam <Adam@anope.org> | 2011-02-04 18:32:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-04 18:32:04 -0500 |
commit | a53a797271fe1c68296a5c4848f827670518a309 (patch) | |
tree | 5cfe69af11752937cfc8b6e2445eb11d23cb1557 /modules/core/os_set.cpp | |
parent | 08583dc107974252312fb7c87532c9deb68e7f63 (diff) |
Replaced all of the old %S's in the language strings that were used for service nicks
Diffstat (limited to 'modules/core/os_set.cpp')
-rw-r--r-- | modules/core/os_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_set.cpp b/modules/core/os_set.cpp index 17841279a..954ca636e 100644 --- a/modules/core/os_set.cpp +++ b/modules/core/os_set.cpp @@ -200,7 +200,7 @@ class CommandOSSet : public Command " LIST List the options")); else if (subcommand.equals_ci("LIST")) source.Reply(_("Syntax: \002SET LIST\n" - "Display the various %S settings")); + "Display the various %s settings"), OperServ->nick.c_str()); else if (subcommand.equals_ci("READONLY")) source.Reply(_("Syntax: \002SET READONLY {ON | OFF}\002\n" " \n" |