widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #17344
[Merge] lp:~widelands-dev/widelands/wrong-password-message into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/wrong-password-message into lp:widelands.
Commit message:
Improved message for "wrong password"
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/wrong-password-message/+merge/367929
The player does not care about the technical detail that it has been "sent", and the new phrasing that I chose is more common.
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/wrong-password-message into lp:widelands.
=== modified file 'src/network/internet_gaming_messages.cc'
--- src/network/internet_gaming_messages.cc 2019-02-23 11:00:49 +0000
+++ src/network/internet_gaming_messages.cc 2019-05-25 08:30:43 +0000
@@ -42,7 +42,7 @@
// clients.
igmessages["NO_SUCH_USER"] = _("There is no user with this name logged in.");
igmessages["NO_SUCH_GAME"] = _("The game no longer exists, maybe it has just been closed.");
- igmessages["WRONG_PASSWORD"] = _("The sent password was incorrect!");
+ igmessages["WRONG_PASSWORD"] = _("Wrong password, please try again.");
igmessages["UNSUPPORTED_PROTOCOL"] = _("The protocol version you are using is not supported!");
igmessages["ALREADY_LOGGED_IN"] = _("You are already logged in!");
igmessages["DEFICIENT_PERMISSION"] =
Follow ups