Launcher: Fix translation tag Michael D spotted.
This commit is contained in:
parent
5b3f0e5cbb
commit
9f3f1a8f58
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Item {
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
invertColor: true
|
invertColor: true
|
||||||
text: qsTrId("Okay");
|
text: qsTr("Okay");
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue