diff options
Diffstat (limited to 'qml/mw-ui.qml')
-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" |