From ae084506b673d4264f5da65e369922bfd29fe50a Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Jul 2017 11:33:31 +0200 Subject: make more translatable --- framework/qml/EditAccount.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml/EditAccount.qml') 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 { Kube.Button { anchors.right: parent.right - text: "Save" + text: qsTr("Save") onClicked: { loader.item.save() //TODO Feedback that the settings have been saved (popup notification/animation?) -- cgit v1.2.3