Fix a typo

This commit is contained in:
Tobias Hunger
2010-02-12 12:24:29 +01:00
parent 0f04f08344
commit 0d9fb90c3c

View File

@@ -322,7 +322,7 @@ void Qt4ProjectConfigWidget::updateImportLabel()
} else {
m_ui->importWarningLabel->setVisible(visible);
m_ui->importProblemLabel->setVisible(visible);
m_ui->importProblemLabel->setText(tr("A incompatible build exists in %1 and will be overwritten!",
m_ui->importProblemLabel->setText(tr("An incompatible build exists in %1 and will be overwritten!",
"%1 build directory").
arg(m_ui->shadowBuildDirEdit->path()));
m_ui->importLabel->setVisible(false);