Fix typos

Change-Id: I4d1be4f380c37589dbc5a2bbd0fd3230ebbfee47
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Robert Loehning
2014-09-09 13:04:43 +02:00
parent ccf130a642
commit 758e189dca
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ bool DiffEditor::open(QString *errorString,
&ok);
if (!ok) {
*errorString = tr("Could not parse patch file \"%1\". "
"The contents is not of unified diff format.")
"The content is not of unified diff format.")
.arg(fileName);
return false;
}

View File

@@ -291,7 +291,7 @@ bool BlackBerryApiLevelConfiguration::activate()
if (!m_autoDetectionSource.isEmpty())
return false;
QString errorMessage = tr("The following errors occurred while activating target: %1\n").arg(m_targetName);
QString errorMessage = tr("The following errors occurred while activating target \"%1\":\n").arg(m_targetName);
errorMessage.append(validationErrors().join(QLatin1Char('\n')));
QMessageBox::warning(Core::ICore::mainWindow(), tr("Cannot Set up BB10 Configuration"),
errorMessage, QMessageBox::Ok);