diff --git a/kpgp.cpp b/kpgp.cpp index fc1c9c7ca..7fd5d6c73 100644 --- a/kpgp.cpp +++ b/kpgp.cpp @@ -885,7 +885,7 @@ KpgpPass::KpgpPass(QWidget *parent, const QString &name, bool modal, const QStri if (keyID == QString::null) label = new QLabel(i18n("Please enter your OpenPGP passphrase"),rightArea); else - label = new QLabel(i18n("Please enter the OpenPGP passphrase for\n\"")+keyID+"\"", + label = new QLabel(i18n("Please enter the OpenPGP passphrase for\n\"%1\"").arg(keyID), rightArea); lineedit = new QLineEdit( rightArea ); lineedit->setEchoMode(QLineEdit::Password);