kcms/tabbox: improve GHNS button name to match everything else

Now it matches the name shown in the GHNS dialog better.
This commit is contained in:
Nate Graham 2024-09-09 11:17:34 +02:00
parent a0265007b4
commit e851b18d16

View file

@ -69,7 +69,7 @@ KWinTabBoxConfig::KWinTabBoxConfig(QObject *parent, const KPluginMetaData &data)
tabWidget->addTab(m_primaryTabBoxUi, i18n("Main")); tabWidget->addTab(m_primaryTabBoxUi, i18n("Main"));
tabWidget->addTab(m_alternativeTabBoxUi, i18n("Alternative")); 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) { connect(ghnsButton, &KNSWidgets::Button::dialogFinished, this, [this](auto changedEntries) {
if (!changedEntries.isEmpty()) { if (!changedEntries.isEmpty()) {
initLayoutLists(); initLayoutLists();