1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

change wording from 'on this site' to 'for this site'

This commit is contained in:
Javier Llorente 2015-04-17 16:36:20 +02:00
parent 8d34cbc02e
commit 3a8b0a1d86

View File

@ -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);