aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-02-25 13:59:49 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-03-01 19:25:27 +0000
commitaf24e428f2d864e865dfb0bc0d162d6203424230 (patch)
tree2120516c861f948d8fd2a51b6d8d6780dbdbf0c3 /src/plugins/welcome
parent58f6ceeac4ff04d8aef8db30afa685beec6dbfb5 (diff)
Rename 'output pane' to simply 'output'
Change-Id: If45e053a32855bca68dc71cb5da22f981146e45b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r--src/plugins/welcome/introductionwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp
index 6fc31990d20..f6b5d82c916 100644
--- a/src/plugins/welcome/introductionwidget.cpp
+++ b/src/plugins/welcome/introductionwidget.cpp
@@ -143,7 +143,7 @@ IntroductionWidget::IntroductionWidget(QWidget *parent)
"<li>click on the magnifier icon for a complete list of possible options</li>"
"</ul>")},
{QLatin1String("OutputPaneButtons"),
- tr("Output Panes"),
+ tr("Output"),
tr("Find compile and application output here, "
"as well as a list of configuration and build issues, "
"and the panel for global searches."),
@@ -155,7 +155,7 @@ IntroductionWidget::IntroductionWidget(QWidget *parent)
{{},
tr("Escape to Editor"),
tr("Pressing the Escape key brings you back to the editor. Press it "
- "multiple times to also hide output panes and context help, giving the editor more "
+ "multiple times to also hide context help and output, giving the editor more "
"space."),
{}},
{{},