From f86b05f5cb65fde399a463026b74bb1cb7f03fad Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Wed, 12 Oct 2011 14:30:36 +0200 Subject: [PATCH] Fix typo Change-Id: I257c749ea8376a424cf343c5695bd983ffb457a4 Reviewed-by: Leena Miettinen --- src/libs/utils/ssh/sshkeygenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/utils/ssh/sshkeygenerator.cpp b/src/libs/utils/ssh/sshkeygenerator.cpp index 89bc1955f8a..8d0e4cb6e17 100644 --- a/src/libs/utils/ssh/sshkeygenerator.cpp +++ b/src/libs/utils/ssh/sshkeygenerator.cpp @@ -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;