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: [
|
||||
Kirigami.Action {
|
||||
icon.name: "error"
|
||||
text: "Show Error Log"
|
||||
text: i18n("Show Error Log")
|
||||
onTriggered: errorOverlay.open()
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue