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 13:49:51 +0000
commit8908a38bfb0aa5d3f566455344c33cf8ec2cee99 (patch)
tree1751d088be358bdc8c4f1cc446e1de0c259f8625
parentc01976aebc3713f65d843910803aa516168f4721 (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> (cherry picked from commit 8e8491e32cd7be9168bd1c837449bec2339a1a23)
-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}});