tr()-Fixes

This commit is contained in:
Friedemann Kleint
2010-02-25 17:15:30 +01:00
parent b441f5f431
commit f87f421011
3 changed files with 3 additions and 3 deletions

View File

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