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