From e851b18d16030bf038675baeea833457416e436c Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 9 Sep 2024 11:17:34 +0200 Subject: [PATCH] kcms/tabbox: improve GHNS button name to match everything else Now it matches the name shown in the GHNS dialog better. --- src/kcms/tabbox/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kcms/tabbox/main.cpp b/src/kcms/tabbox/main.cpp index e6d69ad3aa..30223cbf80 100644 --- a/src/kcms/tabbox/main.cpp +++ b/src/kcms/tabbox/main.cpp @@ -69,7 +69,7 @@ KWinTabBoxConfig::KWinTabBoxConfig(QObject *parent, const KPluginMetaData &data) tabWidget->addTab(m_primaryTabBoxUi, i18n("Main")); tabWidget->addTab(m_alternativeTabBoxUi, i18n("Alternative")); - KNSWidgets::Button *ghnsButton = new KNSWidgets::Button(i18n("Get New Task Switchers…"), QStringLiteral("kwinswitcher.knsrc"), widget()); + KNSWidgets::Button *ghnsButton = new KNSWidgets::Button(i18n("Get New Task Switcher Styles…"), QStringLiteral("kwinswitcher.knsrc"), widget()); connect(ghnsButton, &KNSWidgets::Button::dialogFinished, this, [this](auto changedEntries) { if (!changedEntries.isEmpty()) { initLayoutLists();