Use verb when possible instead of "OK" for buttons

This commit is contained in:
miruka
2019-09-09 08:20:24 -04:00
parent 9f8ac6ca9f
commit 3ef32b4c04
3 changed files with 6 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ HPopup {
box.clickButtonOnEnter: "ok"
box.buttonModel: [
{ name: "ok", text: okText, iconName: "ok" , enabled: okEnabled},
{ name: "ok", text: okText, iconName: "ok", enabled: okEnabled},
{ name: "cancel", text: qsTr("Cancel"), iconName: "cancel" },
]
box.buttonCallbacks: ({