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

replaced all %R with %s in the language strings

This commit is contained in:
DukePyrolator
2011-03-26 08:20:05 +01:00
parent 01b901eba1
commit 365769d14c
32 changed files with 110 additions and 120 deletions
+2 -2
View File
@@ -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"