1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3079

anoadragon453 (1):
      fix(login screen): Change text on login tooltip
This commit is contained in:
sudden6 2016-04-01 19:26:19 +02:00
commit b592438426
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -179,7 +179,7 @@ void LoginScreen::onLoginUsernameSelected(const QString &name)
// visible option confuses users into thinking that it is possible, // visible option confuses users into thinking that it is possible,
// thus disable it (and hope that users won't think that it's a bug) // thus disable it (and hope that users won't think that it's a bug)
ui->autoLoginCB->setEnabled(false); ui->autoLoginCB->setEnabled(false);
ui->autoLoginCB->setToolTip(tr("Password protected profile can't be loaded automatically.")); ui->autoLoginCB->setToolTip(tr("Password protected profiles can't be automatically loaded."));
} }
else else
{ {