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

fix(login screen): Change text on login tooltip

This commit is contained in:
anoadragon453 2016-03-29 19:54:33 -04:00 committed by Andrew Morgan
parent 3a5a7b6757
commit 4e065f1395

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
{ {