Skip to content
Snippets Groups Projects
Commit 0d9fb90c authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix a typo

parent 0f04f083
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment