Launcher: Fix a missed translation tag
This commit is contained in:
parent
9df688659e
commit
ae5b17920c
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Rectangle {
|
||||||
|
|
||||||
ClickableText {
|
ClickableText {
|
||||||
id: pathLabel
|
id: pathLabel
|
||||||
text: flickable.labelText("Local file location", mdx, "path");
|
text: flickable.labelText(qsTr("Local file location"), mdx, "path");
|
||||||
onClicked: {
|
onClicked: {
|
||||||
// open the location
|
// open the location
|
||||||
_addOns.openDirectory(flickable.getMeta(mdx, "path"))
|
_addOns.openDirectory(flickable.getMeta(mdx, "path"))
|
||||||
|
|
Loading…
Reference in a new issue