forked from qt-creator/qt-creator
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:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user