BlackBerry: fix UI text capitalization and punctuation

Reword an info message to fix a language issue.

Change-Id: I42719b2c407c42aad811370dbde8e9d422b7a4bb
Reviewed-by: Alejandro Exojo Piqueras <suy@badopi.org>
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
Leena Miettinen
2013-10-09 17:19:10 +02:00
parent 2d80699430
commit 4aeedd4ded
7 changed files with 16 additions and 16 deletions

View File

@@ -310,7 +310,7 @@ bool BlackBerryConfiguration::activate()
if (m_isAutoDetected)
return false;
QString errorMessage = tr("The following errors occurred while activating Target: %1").arg(m_targetName);
QString errorMessage = tr("The following errors occurred while activating target: %1").arg(m_targetName);
if (m_qmake4BinaryFile.isEmpty() && m_qmake5BinaryFile.isEmpty())
errorMessage += QLatin1Char('\n') + tr("- No Qt version found.");