summaryrefslogtreecommitdiffstats
path: root/framework/qml/EditAccount.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:14:14 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:14:14 +0200
commit86d61d38091e71200e35b84c4eb7c6f8781c75db (patch)
tree995694d997b4abe5b43d5d4d5f9df9963d510e0f /framework/qml/EditAccount.qml
parent234dada3a01c178fc9b1fa1641acbddd38644477 (diff)
downloadkube-86d61d38091e71200e35b84c4eb7c6f8781c75db.tar.gz
kube-86d61d38091e71200e35b84c4eb7c6f8781c75db.zip
make it translateable
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r--framework/qml/EditAccount.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml
index 290cd5dc..69c0ff11 100644
--- a/framework/qml/EditAccount.qml
+++ b/framework/qml/EditAccount.qml
@@ -112,7 +112,7 @@ Item {
112 Layout.fillWidth: true 112 Layout.fillWidth: true
113 113
114 Kube.Button { 114 Kube.Button {
115 text: "Remove Account" 115 text: qsTr("Remove Account")
116 116
117 onClicked: { 117 onClicked: {
118 loader.item.remove() 118 loader.item.remove()