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:
parent
a0559a94b7
commit
1f164e3860
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ PlasmaExtras.Representation {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
helpfulAction: Action {
|
helpfulAction: Action {
|
||||||
text: i18n("Pair a Device...")
|
text: i18n("Pair a Device…")
|
||||||
icon.name: "list-add"
|
icon.name: "list-add"
|
||||||
onTriggered: KCMUtils.KCMLauncher.openSystemSettings("kcm_kdeconnect")
|
onTriggered: KCMUtils.KCMLauncher.openSystemSettings("kcm_kdeconnect")
|
||||||
enabled: pairedDevicesModel.count == 0 && KConfig.KAuthorized.authorizeControlModule("kcm_kdeconnect")
|
enabled: pairedDevicesModel.count == 0 && KConfig.KAuthorized.authorizeControlModule("kcm_kdeconnect")
|
||||||
|
|
|
@ -56,7 +56,7 @@ PlasmoidItem
|
||||||
|
|
||||||
PlasmaCore.Action {
|
PlasmaCore.Action {
|
||||||
id: configureAction
|
id: configureAction
|
||||||
text: i18n("KDE Connect Settings...")
|
text: i18n("KDE Connect Settings…")
|
||||||
icon.name: "configure"
|
icon.name: "configure"
|
||||||
visible: KConfig.KAuthorized.authorizeControlModule("kcm_kdeconnect");
|
visible: KConfig.KAuthorized.authorizeControlModule("kcm_kdeconnect");
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
|
Loading…
Reference in a new issue