1
0
Fork 0

Launcher: Fix a missed translation tag

This commit is contained in:
James Turner 2020-07-16 09:21:33 +01:00
parent 9df688659e
commit ae5b17920c

View file

@ -156,7 +156,7 @@ Rectangle {
ClickableText {
id: pathLabel
text: flickable.labelText("Local file location", mdx, "path");
text: flickable.labelText(qsTr("Local file location"), mdx, "path");
onClicked: {
// open the location
_addOns.openDirectory(flickable.getMeta(mdx, "path"))