forked from qt-creator/qt-creator
UI text: Replace "pane" with "view" for "Output panes"
Some occurrences of [Output] pane were still found in translatable strings. Change-Id: I70c0b6562790b7eb835b2f6a1522fa34fb9c2b51 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -874,8 +874,8 @@ public:
|
||||
maxCharsLayout->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);
|
||||
|
||||
Reference in New Issue
Block a user