summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizardPage.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 /components/accounts/contents/ui/AccountWizardPage.qml
parent86d61d38091e71200e35b84c4eb7c6f8781c75db (diff)
downloadkube-ae084506b673d4264f5da65e369922bfd29fe50a.tar.gz
kube-ae084506b673d4264f5da65e369922bfd29fe50a.zip
make more translatable
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizardPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml
index f0a49b10..f5d10258 100644
--- a/components/accounts/contents/ui/AccountWizardPage.qml
+++ b/components/accounts/contents/ui/AccountWizardPage.qml
@@ -116,7 +116,7 @@ Item {
116 bottom: parent.bottom 116 bottom: parent.bottom
117 } 117 }
118 118
119 text: "Discard" 119 text: qsTr("Discard")
120 onClicked: { 120 onClicked: {
121 root.done() 121 root.done()
122 } 122 }
@@ -128,7 +128,7 @@ Item {
128 bottom: parent.bottom 128 bottom: parent.bottom
129 } 129 }
130 130
131 text: "Save" 131 text: qsTr("Save")
132 onClicked: { 132 onClicked: {
133 loader.item.save() 133 loader.item.save()
134 134