aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-04-26 11:43:53 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-04-26 12:08:59 +0000
commit8e8491e32cd7be9168bd1c837449bec2339a1a23 (patch)
tree69678bb6a75f55053ef497e58e5abad8ee823c21
parent5e75673dde7b5d2384c4180b38681c16f58f67eb (diff)
StudioWelcome: Use Welcome as display name
Task-number: QDS-6788 Change-Id: I4a9400af6ce98be82826b1301aef7c383615e771 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index 0ca852725c..8c93382973 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -645,7 +645,7 @@ QString StudioWelcomePlugin::examplesPathSetting()
WelcomeMode::WelcomeMode()
{
- setDisplayName(tr("Studio"));
+ setDisplayName(tr("Welcome"));
const Utils::Icon FLAT({{":/studiowelcome/images/mode_welcome_mask.png",
Utils::Theme::IconsBaseColor}});