forked from qt-creator/qt-creator
Fix spelling of tool chain is user-visible strings and comments
This commit is contained in:
@@ -352,7 +352,7 @@ void CMakeRunPage::initializePage()
|
||||
if (m_cmakeWizard->existsUpToDateXmlFile()) {
|
||||
m_descriptionLabel->setText(
|
||||
tr("The directory %1 already contains a cbp file, which is recent enough. "
|
||||
"You can pass special arguments or change the used toolchain here and rerun CMake. "
|
||||
"You can pass special arguments or change the used tool chain here and rerun CMake. "
|
||||
"Or simply finish the wizard directly.").arg(m_buildDirectory));
|
||||
} else {
|
||||
m_descriptionLabel->setText(
|
||||
|
||||
@@ -313,7 +313,7 @@ void MakeStepConfigWidget::updateDetails()
|
||||
param.setArguments(arguments);
|
||||
m_summaryText = param.summary(displayName());
|
||||
} else {
|
||||
m_summaryText = tr("<b>Unknown Toolchain</b>");
|
||||
m_summaryText = tr("<b>Unknown tool chain</b>");
|
||||
}
|
||||
emit updateSummary();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user