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:
commit
b592438426
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user