Fix translations, there were all broken

This commit is contained in:
Eduardo Bart
2013-01-23 15:35:43 -02:00
parent 1674575dc0
commit 992acd8873
16 changed files with 1182 additions and 586 deletions

View File

@@ -102,7 +102,7 @@ function ProtocolLogin:onRecv(msg)
elseif opcode == LoginServerMotd then
self:parseMotd(msg)
elseif opcode == LoginServerUpdateNeeded then
signalcall(self.onError, self, tr("Client needs update. Verify your spr/dat/pic versions."))
signalcall(self.onError, self, tr("Client needs update."))
elseif opcode == LoginServerCharacterList then
self:parseCharacterList(msg)
elseif opcode == LoginServerExtendedCharacterList then