summaryrefslogtreecommitdiffstats
path: root/framework/qml/EditAccount.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:33:31 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:33:31 +0200
commitae084506b673d4264f5da65e369922bfd29fe50a (patch)
treeff42f8dc6fadb7a60f518ac8457a651cdf4ffb22 /framework/qml/EditAccount.qml
parent86d61d38091e71200e35b84c4eb7c6f8781c75db (diff)
downloadkube-ae084506b673d4264f5da65e369922bfd29fe50a.tar.gz
kube-ae084506b673d4264f5da65e369922bfd29fe50a.zip
make more translatable
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 69c0ff11..ad7c1f76 100644
--- a/framework/qml/EditAccount.qml
+++ b/framework/qml/EditAccount.qml
@@ -121,7 +121,7 @@ Item {
121 121
122 Kube.Button { 122 Kube.Button {
123 anchors.right: parent.right 123 anchors.right: parent.right
124 text: "Save" 124 text: qsTr("Save")
125 onClicked: { 125 onClicked: {
126 loader.item.save() 126 loader.item.save()
127 //TODO Feedback that the settings have been saved (popup notification/animation?) 127 //TODO Feedback that the settings have been saved (popup notification/animation?)