Add i18n()
This commit is contained in:
parent
5882781a9f
commit
8f5b3c0aa6
@ -27,7 +27,7 @@ Kirigami.InlineMessage {
|
|||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
icon.name: "error"
|
icon.name: "error"
|
||||||
text: "Show Error Log"
|
text: i18n("Show Error Log")
|
||||||
onTriggered: errorOverlay.open()
|
onTriggered: errorOverlay.open()
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user