diff --git a/src/plugins/autotest/testsettingspage.ui b/src/plugins/autotest/testsettingspage.ui
index 0ea7404370d..326a02966d7 100644
--- a/src/plugins/autotest/testsettingspage.ui
+++ b/src/plugins/autotest/testsettingspage.ui
@@ -106,20 +106,20 @@
The backup of the previous configuration has been restored. Have a look at the Issues pane or in the \"Projects > Build\" settings "
- "for more information about the failure.
Have a look at the Issues pane or in the \"Projects > Build\" settings " - "for more information about the failure.
Issues and \"Projects > Build\" settings " + "show more information about the failure.addWidget(new QLabel(parts.at(1).trimmed())); maxCharsLayout->addStretch(1); const auto outputModeLayout = new QFormLayout; - outputModeLayout->addRow(tr("Open pane on output when running:"), &m_runOutputModeComboBox); - outputModeLayout->addRow(tr("Open pane on output when debugging:"), + outputModeLayout->addRow(tr("Open Application Output when running:"), &m_runOutputModeComboBox); + outputModeLayout->addRow(tr("Open Application Output when debugging:"), &m_debugOutputModeComboBox); layout->addLayout(outputModeLayout); layout->addLayout(maxCharsLayout); diff --git a/src/plugins/projectexplorer/compileoutputwindow.cpp b/src/plugins/projectexplorer/compileoutputwindow.cpp index 9b908c9fd4b..151f69ff3db 100644 --- a/src/plugins/projectexplorer/compileoutputwindow.cpp +++ b/src/plugins/projectexplorer/compileoutputwindow.cpp @@ -283,7 +283,7 @@ public: const CompileOutputSettings &settings = BuildManager::compileOutputSettings(); m_wrapOutputCheckBox.setText(tr("Word-wrap output")); m_wrapOutputCheckBox.setChecked(settings.wrapOutput); - m_popUpCheckBox.setText(tr("Open pane when building")); + m_popUpCheckBox.setText(tr("Open Compile Output when building")); m_popUpCheckBox.setChecked(settings.popUp); m_maxCharsBox.setMaximum(100000000); m_maxCharsBox.setValue(settings.maxCharCount); diff --git a/src/plugins/projectexplorer/customparser.cpp b/src/plugins/projectexplorer/customparser.cpp index 8703b2c7c97..3efa046b994 100644 --- a/src/plugins/projectexplorer/customparser.cpp +++ b/src/plugins/projectexplorer/customparser.cpp @@ -288,7 +288,7 @@ public: const auto layout = new QVBoxLayout(this); const auto explanatoryLabel = new QLabel(tr( "Custom output parsers scan command line output for user-provided error patterns