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

@@ -362,7 +362,7 @@ void QMakeStepConfigWidget::updateSummaryLabel()
Qt4BuildConfiguration *qt4bc = m_step->qt4BuildConfiguration();
const QtVersion *qtVersion = qt4bc->qtVersion();
if (!qtVersion) {
m_summaryText = tr("<b>qmake:</b> No Qt version set. Can not be run qmake.");
m_summaryText = tr("<b>qmake:</b> No Qt version set. Cannot run qmake.");
emit updateSummary();
return;
}

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);

View File

@@ -147,7 +147,7 @@
<item>
<widget class="QLabel" name="importProblemLabel">
<property name="text">
<string>Qt Version to import does not support this target!</string>
<string>The Qt Version about to be imported does not support this target.</string>
</property>
</widget>
</item>