From a5c77222d8f4b38cee10f18ff4ea38d3359e9028 Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@digia.com> Date: Fri, 28 Mar 2014 16:50:53 +0100 Subject: [PATCH] Fix missing white spaces Change-Id: Ifec1a3200786f88e21feab57c4b8eac436c3f174 Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> --- src/plugins/qnx/blackberryapplicationrunner.cpp | 4 ++-- src/plugins/qnx/blackberrycheckdevicestatusstep.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/qnx/blackberryapplicationrunner.cpp b/src/plugins/qnx/blackberryapplicationrunner.cpp index 850a12f20fe..a997df751cd 100644 --- a/src/plugins/qnx/blackberryapplicationrunner.cpp +++ b/src/plugins/qnx/blackberryapplicationrunner.cpp @@ -168,8 +168,8 @@ void BlackBerryApplicationRunner::checkDeviceRuntimeVersion(int status) const QMessageBox::StandardButton answer = QMessageBox::question(Core::ICore::mainWindow(), tr("Confirmation"), - tr("The device runtime version(%1) does not match " - "the API level version(%2).\n" + tr("The device runtime version (%1) does not match " + "the API level version (%2).\n" "This may cause unexpected behavior when debugging.\n" "Do you want to continue anyway?") .arg(runtimeVersion, m_bbApiLevelVersion.toString()), diff --git a/src/plugins/qnx/blackberrycheckdevicestatusstep.cpp b/src/plugins/qnx/blackberrycheckdevicestatusstep.cpp index 955299bd145..1fa0c513ef1 100644 --- a/src/plugins/qnx/blackberrycheckdevicestatusstep.cpp +++ b/src/plugins/qnx/blackberrycheckdevicestatusstep.cpp @@ -187,7 +187,7 @@ bool BlackBerryCheckDeviceStatusStep::handleVersionMismatch(const QString &runti // TODO: Check if a matching API level exists in the user configurations, // otherwise let the user download the matching device runtime. const QMessageBox::StandardButton answer = QMessageBox::question(Core::ICore::mainWindow(), tr("Confirmation"), - tr("The device runtime version(%1) does not match the API level version(%2).\n" + tr("The device runtime version (%1) does not match the API level version (%2).\n" "Do you want to continue anyway?").arg(runtimeVersion, apiLevelVersion), QMessageBox::Yes | QMessageBox::No); return answer == QMessageBox::Yes; -- GitLab