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 --- components/accounts/contents/ui/AccountWizard.qml | 2 +- components/accounts/contents/ui/AccountWizardPage.qml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'components/accounts') diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index 698f1d19..a57ddde3 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml @@ -44,7 +44,7 @@ Kube.Popup { Item { Kube.Heading { id: heading - text: "Select your new account type" + text: qsTr("Select your new account type") color: Kube.Colors.highlightColor } 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 { bottom: parent.bottom } - text: "Discard" + text: qsTr("Discard") onClicked: { root.done() } @@ -128,7 +128,7 @@ Item { bottom: parent.bottom } - text: "Save" + text: qsTr("Save") onClicked: { loader.item.save() -- cgit v1.2.3