summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshleigh <vicmoresd@gmail.com>2019-09-14 22:12:23 -0500
committerAshleigh <vicmoresd@gmail.com>2019-09-14 22:12:23 -0500
commit9689e5cea7efd0055c701f2ecc456b46ba2a8938 (patch)
treeb9bb6aa3f481554e913587df4fdb6840b8a4220b
parent9ee3a84817b53daa574e3bae781372c5ace86dc1 (diff)
downloadMultiMC-9689e5cea7efd0055c701f2ecc456b46ba2a8938.tar
MultiMC-9689e5cea7efd0055c701f2ecc456b46ba2a8938.tar.gz
MultiMC-9689e5cea7efd0055c701f2ecc456b46ba2a8938.tar.lz
MultiMC-9689e5cea7efd0055c701f2ecc456b46ba2a8938.tar.xz
MultiMC-9689e5cea7efd0055c701f2ecc456b46ba2a8938.zip
Added text notifying that password change may cause logout
-rw-r--r--application/LaunchController.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/LaunchController.cpp b/application/LaunchController.cpp
index e39048f1..fe12890d 100644
--- a/application/LaunchController.cpp
+++ b/application/LaunchController.cpp
@@ -83,8 +83,7 @@ void LaunchController::login()
// we loop until the user succeeds in logging in or gives up
bool tryagain = true;
// the failure. the default failure.
- const QString needLoginAgain = tr("Your account is currently not logged in. Please enter "
- "your password to log in again.");
+ const QString needLoginAgain = tr("Your account is currently not logged in. Please enter your password to log in again. <br /> <br /> This could be caused by a password change.");
QString failReason = needLoginAgain;
while (tryagain)