forked from qt-creator/qt-creator
tr()-Fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user