{kcms,plugins}: Use real ellipsis character for user-facing translated strings

This is better for screen readers.
This commit is contained in:
Nate Graham 2024-02-28 08:57:22 -07:00
parent e84d5bb666
commit 26a7af5e5f
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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 {