kcms/effects: Use ellipses instead of triple period

A real ellipsis character is better for accessibility, as screen readers
will describe it appropriately.
remotes/origin/work/zzag/cursor-shape-v1
ivan tkachenko 3 years ago
parent 027dba9d3f
commit b91d9a96ae
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 2
      src/kcms/effects/package/contents/ui/Effect.qml
  2. 2
      src/kcms/effects/package/contents/ui/main.qml

@ -125,7 +125,7 @@ Kirigami.SwipeListItem {
visible: model.ConfigurableRole
enabled: model.StatusRole != Qt.Unchecked
icon.name: "configure"
tooltip: i18nc("@info:tooltip", "Configure...")
tooltip: i18nc("@info:tooltip", "Configure")
onTriggered: kcm.configure(model.ServiceNameRole, listItem)
}
]

@ -120,7 +120,7 @@ ScrollViewKCM {
Layout.alignment: Qt.AlignRight
NewStuff.Button {
text: i18n("Get New Desktop Effects...")
text: i18n("Get New Desktop Effects")
visible: KAuthorized.authorize(KAuthorized.GHNS)
configFile: "kwineffect.knsrc"
onEntryEvent: function (entry, event) {

Loading…
Cancel
Save