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:
parent
a0265007b4
commit
e851b18d16
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue