No Bug - Fix incorrect substitution codes in 401/402/403 error messages.

ChatZilla only.
rs=gijs


git-svn-id: svn://10.0.0.236/trunk@257528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
silver%warwickcompsoc.co.uk
2009-06-18 16:26:31 +00:00
parent 5eed378a9f
commit 825a76807c

View File

@@ -806,9 +806,9 @@ msg.need.oper.password = Please enter a password for obtaining IRC Operator priv
# Better IRC error messages
msg.irc.381 = You are now an IRC Operator.
msg.irc.401 = The nickname ``$S'' does not exist.
msg.irc.402 = The server ``$S'' does not exist.
msg.irc.403 = The channel ``$S'' does not exist.
msg.irc.401 = The nickname ``%S'' does not exist.
msg.irc.402 = The server ``%S'' does not exist.
msg.irc.403 = The channel ``%S'' does not exist.
msg.irc.464 = Incorrect password, please try again with the correct password.
msg.irc.464.login = Please specify your password using the "/pass" command to continue connecting.
msg.irc.471 = This channel has reached its set capacity; you cannot join it.