forked from qt-creator/qt-creator
Fix typo
Change-Id: I257c749ea8376a424cf343c5695bd983ffb457a4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Leena Miettinen
parent
2c155447be
commit
f86b05f5cb
@@ -107,7 +107,7 @@ void SshKeyGenerator::generatePkcs8KeyString(const KeyPtr &key, bool privateKey,
|
||||
d.setTextEchoMode(QLineEdit::Password);
|
||||
d.setWindowTitle(tr("Password for Private Key"));
|
||||
d.setLabelText(tr("It is recommended that you secure your private key\n"
|
||||
"with a password, which you can can enter below."));
|
||||
"with a password, which you can enter below."));
|
||||
d.setOkButtonText(tr("Encrypt key file"));
|
||||
d.setCancelButtonText(tr("Do not encrypt key file"));
|
||||
int result = QDialog::Accepted;
|
||||
|
||||
Reference in New Issue
Block a user