Fix messages in Qt4ProjectManager.

- 'can not' -> 'cannot'.
- Make messages about toolchain not being able to build for
  Qt version more verbose, listing the ABIs.

Change-Id: If72fec7ba08c7c0c9fb173a1f264691fc24c43dc
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Friedemann Kleint
2012-07-24 16:39:13 +02:00
committed by hjk
parent 1b9cf76600
commit d1f8e120bf
3 changed files with 19 additions and 5 deletions

View File

@@ -214,7 +214,7 @@ void Qt4ProjectConfigWidget::updateProblemLabel()
if (!version) {
m_ui->problemLabel->setVisible(true);
m_ui->warningLabel->setVisible(true);
m_ui->problemLabel->setText(tr("This target can not build this project since it does not define a "
m_ui->problemLabel->setText(tr("This target cannot build this project since it does not define a "
"Qt version."));
return;
}