diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-03-26 08:20:05 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-03-26 08:20:05 +0100 |
commit | 365769d14cb953657fe81167674a4d2d155e4a7e (patch) | |
tree | d8221f2e8a3f3a7db2e0397b416bf9b9aea8252c /modules/core/ms_set.cpp | |
parent | 01b901eba19ba5cf5e4220634f705a13c81acce8 (diff) |
replaced all %R with %s in the language strings
Diffstat (limited to 'modules/core/ms_set.cpp')
-rw-r--r-- | modules/core/ms_set.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp index 82524551d..a03d6ee03 100644 --- a/modules/core/ms_set.cpp +++ b/modules/core/ms_set.cpp @@ -236,8 +236,8 @@ class CommandMSSet : public Command " LIMIT Sets the maximum number of memos you can\n" " receive\n" " \n" - "Type \002%R%s HELP SET \037option\037\002 for more information\n" - "on a specific option."), MemoServ->nick.c_str()); + "Type \002%s%s HELP SET \037option\037\002 for more information\n" + "on a specific option."), Config->UseStrictPrivMsgString.c_str(), MemoServ->nick.c_str()); else if (subcommand.equals_ci("NOTIFY")) source.Reply(_("Syntax: \002SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\002\n" "Changes when you will be notified about new memos:\n" |