Add i18n()

This commit is contained in:
Yuri Chornoivan 2019-10-23 22:25:18 +03:00
parent 8a908e5c69
commit bef029b8f5

View file

@ -94,7 +94,7 @@ Kirigami.ScrollablePage
actions: [
Kirigami.Action {
iconName: "dialog-cancel"
text: "Cancel"
text: i18n("Cancel")
onTriggered: initialMessage = ""
}
]