summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-29 19:13:55 +0100
committerPapoteur <papoteur@mageia.org>2018-12-29 19:13:55 +0100
commite36f4770265b71dd6e7085cfae18efd64dce2f8f (patch)
tree27a180bdf5221662d74baa1dbc1acd177145239a /qml/mw-ui.qml
parent00ff83ef56649805dfd68657a29b97c9d71bdb39 (diff)
downloadmageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar
mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar.gz
mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar.bz2
mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar.xz
mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.zip
Add translatable word
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index 93f3c1d..6c22bc7 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -646,7 +646,7 @@ Rectangle {
}
}
}
- Component { id: dummy;Label {text: "Installed"
+ Component { id: dummy;Label {text: qsTr("Installed")
font.pixelSize: Qt.application.font.pixelSize * .8
width: Qt.application.font.pixelSize * 4
color: "white"