Use ellipses instead of triple period

A real ellipsis character is better for accessibility, as screen readers
will describe it appropriately.
wilder-5.24
Felipe Kinoshita 5 years ago committed by Devin Lin
parent cd80281109
commit a1f4c58738
  1. 4
      kcms/users/package/contents/ui/UserDetailsPage.qml

@ -217,7 +217,7 @@ SimpleKCM {
}
}
}
text: i18n("Delete User...")
text: i18n("Delete User")
icon.name: "edit-delete"
onClicked: deleteMenu.open()
}
@ -272,7 +272,7 @@ SimpleKCM {
Layout.alignment: Qt.AlignHCenter
}
QQC2.Label {
text: i18n("Choose File...")
text: i18n("Choose File")
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignBottom

Loading…
Cancel
Save