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/StatusBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml/StatusBar.qml') diff --git a/framework/qml/StatusBar.qml b/framework/qml/StatusBar.qml index c936146e..52fcfbdc 100644 --- a/framework/qml/StatusBar.qml +++ b/framework/qml/StatusBar.qml @@ -50,7 +50,7 @@ Item { State { name: "disconnected"; when: model.status == Kube.AccountsModel.OfflineStatus PropertyChanges { target: root; visible: true } - PropertyChanges { target: statusText; text: "Disconnected"; visible: true } + PropertyChanges { target: statusText; text: qsTr("Disconnected"); visible: true } PropertyChanges { target: descriptionText; visible: true } }, State { -- cgit v1.2.3