From 088fd1d94e6dc5f5828fd46fe5636c2a34e84acb Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 29 Dec 2018 19:13:55 +0100 Subject: Add translatable word --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1