Add i18n()
This commit is contained in:
parent
8a908e5c69
commit
bef029b8f5
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Kirigami.ScrollablePage
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "dialog-cancel"
|
iconName: "dialog-cancel"
|
||||||
text: "Cancel"
|
text: i18n("Cancel")
|
||||||
onTriggered: initialMessage = ""
|
onTriggered: initialMessage = ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue