summaryrefslogtreecommitdiffstats
path: root/framework/qml/StatusBar.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:41:40 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:41:40 +0200
commitbdcbf308d1b6c64d9a909cf232f4d805350aafdf (patch)
tree8d11126f975588324ebd643e0183ab443ed75727 /framework/qml/StatusBar.qml
parentae084506b673d4264f5da65e369922bfd29fe50a (diff)
downloadkube-bdcbf308d1b6c64d9a909cf232f4d805350aafdf.tar.gz
kube-bdcbf308d1b6c64d9a909cf232f4d805350aafdf.zip
qsTr all the strings
Diffstat (limited to 'framework/qml/StatusBar.qml')
-rw-r--r--framework/qml/StatusBar.qml2
1 files changed, 1 insertions, 1 deletions
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 {
50 State { 50 State {
51 name: "disconnected"; when: model.status == Kube.AccountsModel.OfflineStatus 51 name: "disconnected"; when: model.status == Kube.AccountsModel.OfflineStatus
52 PropertyChanges { target: root; visible: true } 52 PropertyChanges { target: root; visible: true }
53 PropertyChanges { target: statusText; text: "Disconnected"; visible: true } 53 PropertyChanges { target: statusText; text: qsTr("Disconnected"); visible: true }
54 PropertyChanges { target: descriptionText; visible: true } 54 PropertyChanges { target: descriptionText; visible: true }
55 }, 55 },
56 State { 56 State {