{kcms,plugins}: Use real ellipsis character for user-facing translated strings
This is better for screen readers.
This commit is contained in:
parent
e84d5bb666
commit
26a7af5e5f
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue