From 81e65bc1e6ace064a65047edde6d9cbbb9f2de0f Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Tue, 5 Jul 2011 15:56:42 +0200 Subject: [PATCH] Fix original string messages Change-Id: I60c459de44b72dd2bea23672bee41892dcbc507b Reviewed-on: http://codereview.qt.nokia.com/1168 Reviewed-by: Qt Sanity Bot Reviewed-by: Leena Miettinen --- src/plugins/qtsupport/qtoptionspage.cpp | 2 +- src/plugins/remotelinux/publickeydeploymentdialog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qtsupport/qtoptionspage.cpp b/src/plugins/qtsupport/qtoptionspage.cpp index 232c9ad50f..40febd9410 100644 --- a/src/plugins/qtsupport/qtoptionspage.cpp +++ b/src/plugins/qtsupport/qtoptionspage.cpp @@ -389,7 +389,7 @@ QtOptionsPageWidget::ValidityInfo QtOptionsPageWidget::validInformation(const Ba } else { // Yes, some ABIs are unsupported info.message = tr("Not all possible target environments can be supported due to missing tool chains."); - info.toolTip = tr("The following ABIs are currently not supported:
  • %1
") + info.toolTip = tr("The following ABIs are currently not supported:
  • %1
") .arg(missingToolChains.join(QLatin1String("
  • "))); info.icon = m_warningVersionIcon; } diff --git a/src/plugins/remotelinux/publickeydeploymentdialog.cpp b/src/plugins/remotelinux/publickeydeploymentdialog.cpp index 9fe831e1a5..5107b867af 100644 --- a/src/plugins/remotelinux/publickeydeploymentdialog.cpp +++ b/src/plugins/remotelinux/publickeydeploymentdialog.cpp @@ -64,7 +64,7 @@ PublicKeyDeploymentDialog::PublicKeyDeploymentDialog(const LinuxDeviceConfigurat const QString &dir = QFileInfo(sshParams.privateKeyFile).path(); QString publicKeyFileName = QFileDialog::getOpenFileName(this, tr("Choose Public Key File"), dir, - tr("Public Key Files(*.pub);;All Files (*)")); + tr("Public Key Files (*.pub);;All Files (*)")); if (publicKeyFileName.isEmpty()) { reject(); return; -- 2.11.0