From bdcbf308d1b6c64d9a909cf232f4d805350aafdf Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Jul 2017 11:41:40 +0200 Subject: qsTr all the strings --- framework/qml/People.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/qml/People.qml') diff --git a/framework/qml/People.qml b/framework/qml/People.qml index 41cada2a..42c95d78 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml @@ -343,7 +343,7 @@ Item { Row { spacing: Kube.Units.smallSpacing - Kube.Label { text: "(main)" } + Kube.Label { text: qsTr("(main)") } Kube.Label { text: modelData ; color: Kube.Colors.highlightColor } Item { width: Kube.Units.smallSpacing; height: 1 } } @@ -362,7 +362,7 @@ Item { Row { spacing: Kube.Units.smallSpacing - Kube.Label { text: "(main)" } + Kube.Label { text: qsTr("(main)") } Kube.Label { text: modelData ; opacity: 0.6 } Item { width: Kube.Units.smallSpacing; height: 1 } } -- cgit v1.2.3