Change text around.

This commit is contained in:
Tobias Hunger
2010-02-11 18:00:38 +01:00
parent 1fcb09c157
commit dbe7f66caf

View File

@@ -322,10 +322,9 @@ void Qt4ProjectConfigWidget::updateImportLabel()
} else { } else {
m_ui->importWarningLabel->setVisible(visible); m_ui->importWarningLabel->setVisible(visible);
m_ui->importProblemLabel->setVisible(visible); m_ui->importProblemLabel->setVisible(visible);
m_ui->importProblemLabel->setText(tr("Qt Version used in %1 does not support target %2.", m_ui->importProblemLabel->setText(tr("A incompatible build exists in %1 and will be overwritten!",
"%1 is the build directory, %2 the targets display name."). "%1 build directory").
arg(m_ui->shadowBuildDirEdit->path()). arg(m_ui->shadowBuildDirEdit->path()));
arg(m_buildConfiguration->target()->displayName()));
m_ui->importLabel->setVisible(false); m_ui->importLabel->setVisible(false);
} }
} }