kcms/region_language: Change "Change it" text to "Modify" and add icon

This is more of the normal KDE style.
wilder-5.26
Nate Graham 4 years ago
parent fed29855fc
commit e4282b863b
  1. 3
      kcms/region_language/package/contents/ui/main.qml

@ -122,7 +122,8 @@ KCM.ScrollViewKCM {
QQC2.Button {
id: changeButton
anchors.centerIn: parent
text: i18nc("Button for change the locale used", "Change it…")
text: i18nc("@action:button for change the locale used", "Modify…")
icon.name: "edit-entry"
onClicked: {
if (model.page === SettingType.Lang) {
languageSelectPage.active = true;

Loading…
Cancel
Save