diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-29 19:13:55 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-29 19:13:55 +0100 |
commit | e36f4770265b71dd6e7085cfae18efd64dce2f8f (patch) | |
tree | 27a180bdf5221662d74baa1dbc1acd177145239a | |
parent | 00ff83ef56649805dfd68657a29b97c9d71bdb39 (diff) | |
download | mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar.gz mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar.bz2 mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.tar.xz mageiawelcome-e36f4770265b71dd6e7085cfae18efd64dce2f8f.zip |
Add translatable word
-rw-r--r-- | qml/mw-ui.qml | 2 |
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" |