Use ellipses instead of triple period

A real ellipsis character is better for accessibility, as screen readers
will describe it appropriately.
This commit is contained in:
ivan tkachenko 2024-07-01 00:47:26 +05:00
parent a0559a94b7
commit 1f164e3860
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ PlasmaExtras.Representation {
}
}
helpfulAction: Action {
text: i18n("Pair a Device...")
text: i18n("Pair a Device")
icon.name: "list-add"
onTriggered: KCMUtils.KCMLauncher.openSystemSettings("kcm_kdeconnect")
enabled: pairedDevicesModel.count == 0 && KConfig.KAuthorized.authorizeControlModule("kcm_kdeconnect")

View file

@ -56,7 +56,7 @@ PlasmoidItem
PlasmaCore.Action {
id: configureAction
text: i18n("KDE Connect Settings...")
text: i18n("KDE Connect Settings")
icon.name: "configure"
visible: KConfig.KAuthorized.authorizeControlModule("kcm_kdeconnect");
onTriggered: {