diff --git a/src/kcms/tabbox/main.cpp b/src/kcms/tabbox/main.cpp index 5798d53c26..e052c6ec83 100644 --- a/src/kcms/tabbox/main.cpp +++ b/src/kcms/tabbox/main.cpp @@ -66,7 +66,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 Switchers…"), QStringLiteral("kwinswitcher.knsrc"), widget()); connect(ghnsButton, &KNSWidgets::Button::dialogFinished, this, [this](auto changedEntries) { if (!changedEntries.isEmpty()) { initLayoutLists(); diff --git a/src/plugins/tileseditor/qml/main.qml b/src/plugins/tileseditor/qml/main.qml index 8b07a31db0..1cb8eeb276 100644 --- a/src/plugins/tileseditor/qml/main.qml +++ b/src/plugins/tileseditor/qml/main.qml @@ -158,7 +158,7 @@ FocusScope { } PlasmaComponents.Button { icon.name: "document-open" - text: i18nd("kwin","Load Layout...") + text: i18nd("kwin","Load Layout…") onClicked: loadLayoutDialog.open() // This mouse area is for fitts law MouseArea {