diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-19 11:33:31 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-19 11:33:31 +0200 |
commit | ae084506b673d4264f5da65e369922bfd29fe50a (patch) | |
tree | ff42f8dc6fadb7a60f518ac8457a651cdf4ffb22 /components/accounts/contents/ui/AccountWizard.qml | |
parent | 86d61d38091e71200e35b84c4eb7c6f8781c75db (diff) | |
download | kube-ae084506b673d4264f5da65e369922bfd29fe50a.tar.gz kube-ae084506b673d4264f5da65e369922bfd29fe50a.zip |
make more translatable
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
44 | Item { | 44 | Item { |
45 | Kube.Heading { | 45 | Kube.Heading { |
46 | id: heading | 46 | id: heading |
47 | text: "Select your new account type" | 47 | text: qsTr("Select your new account type") |
48 | color: Kube.Colors.highlightColor | 48 | color: Kube.Colors.highlightColor |
49 | } | 49 | } |
50 | 50 | ||