From 1f164e386035248b1d2fc505d77120cefdea2053 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 1 Jul 2024 00:47:26 +0500 Subject: [PATCH] Use ellipses instead of triple period A real ellipsis character is better for accessibility, as screen readers will describe it appropriately. --- plasmoid/package/contents/ui/FullRepresentation.qml | 2 +- plasmoid/package/contents/ui/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index 7ea89169a..4ec38c4e4 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -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") diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml index ad6df3278..6aad1e95d 100644 --- a/plasmoid/package/contents/ui/main.qml +++ b/plasmoid/package/contents/ui/main.qml @@ -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: {