forked from qt-creator/qt-creator
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:
@@ -295,7 +295,7 @@ bool DiffEditor::open(QString *errorString,
|
|||||||
&ok);
|
&ok);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
*errorString = tr("Could not parse patch file \"%1\". "
|
*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);
|
.arg(fileName);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ bool BlackBerryApiLevelConfiguration::activate()
|
|||||||
if (!m_autoDetectionSource.isEmpty())
|
if (!m_autoDetectionSource.isEmpty())
|
||||||
return false;
|
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')));
|
errorMessage.append(validationErrors().join(QLatin1Char('\n')));
|
||||||
QMessageBox::warning(Core::ICore::mainWindow(), tr("Cannot Set up BB10 Configuration"),
|
QMessageBox::warning(Core::ICore::mainWindow(), tr("Cannot Set up BB10 Configuration"),
|
||||||
errorMessage, QMessageBox::Ok);
|
errorMessage, QMessageBox::Ok);
|
||||||
|
|||||||
Reference in New Issue
Block a user