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_invite.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_invite.cpp')
-rw-r--r-- | modules/core/cs_invite.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_invite.cpp b/modules/core/cs_invite.cpp index 0f55c1e1e..5b588824b 100644 --- a/modules/core/cs_invite.cpp +++ b/modules/core/cs_invite.cpp @@ -72,10 +72,10 @@ class CommandCSInvite : public Command { source.Reply(_("Syntax: \002INVITE \037channel\037\002\n" " \n" - "Tells %S to invite you into the given channel.\n" + "Tells %s to invite you into 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; } |