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:
@@ -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<br>"
|
||||
"in order to create entries in the issues pane.<br>"
|
||||
"to create entries in Issues.<br>"
|
||||
"The parsers can be configured <a href=\"dummy\">here</a>."));
|
||||
layout->addWidget(explanatoryLabel);
|
||||
connect(explanatoryLabel, &QLabel::linkActivated, [] {
|
||||
|
||||
Reference in New Issue
Block a user