mirror of https://github.com/KDE/kasts.git
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…
Reference in New Issue