mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Merge pull request #1640 from javierllorente/forthissite
change wording from 'on this site' to 'for this site'
This commit is contained in:
commit
395a5f6da8
|
@ -304,7 +304,7 @@ void NetworkManager::authentication(QNetworkReply* reply, QAuthenticator* auth)
|
|||
QLineEdit* user = new QLineEdit(dialog);
|
||||
QLineEdit* pass = new QLineEdit(dialog);
|
||||
QCheckBox* save = new QCheckBox(dialog);
|
||||
save->setText(tr("Save username and password on this site"));
|
||||
save->setText(tr("Save username and password for this site"));
|
||||
pass->setEchoMode(QLineEdit::Password);
|
||||
|
||||
QDialogButtonBox* box = new QDialogButtonBox(dialog);
|
||||
|
|
Loading…
Reference in New Issue
Block a user