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/cs_unban.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/cs_unban.cpp')
-rw-r--r-- | modules/core/cs_unban.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_unban.cpp b/modules/core/cs_unban.cpp index f4156e02a..91db12350 100644 --- a/modules/core/cs_unban.cpp +++ b/modules/core/cs_unban.cpp @@ -61,11 +61,11 @@ class CommandCSUnban : public Command { source.Reply(_("Syntax: \002UNBAN \037channel\037 [\037nick\037]\002\n" " \n" - "Tells %S to remove all bans preventing you or the given\n" + "Tells %s to remove all bans preventing you or the given\n" "user from entering the given channel. \n" " \n" "By default, limited to AOPs or those with level 5 and above\n" - "on the channel.")); + "on the channel."), ChanServ->nick.c_str()); return true; } |