diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-07 15:58:18 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-07 15:59:03 +0200 |
commit | a8d8a9360f3717c420e69cb42a3cbefcacd0ed88 (patch) | |
tree | ff43a17bf0dfeba88e22ecdb201dcde3ef20f075 /accounts | |
parent | 07688cc46d22a86622231ae7cd4494ddf6e75e33 (diff) | |
download | kube-a8d8a9360f3717c420e69cb42a3cbefcacd0ed88.tar.gz kube-a8d8a9360f3717c420e69cb42a3cbefcacd0ed88.zip |
Translatable strings
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index b2048827..017bf40a 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | |||
@@ -25,8 +25,8 @@ import org.kube.accounts.kolabnow 1.0 as KolabnowAccount | |||
25 | Item { | 25 | Item { |
26 | 26 | ||
27 | property string accountId | 27 | property string accountId |
28 | property string heading: "Connect your KolabNOW account" | 28 | property string heading: qsTr("Connect your KolabNOW account") |
29 | property string subheadline: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube." | 29 | property string subheadline: qsTr("To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube.") |
30 | 30 | ||
31 | KolabnowAccount.KolabnowSettings { | 31 | KolabnowAccount.KolabnowSettings { |
32 | id: kolabnowSettings | 32 | id: kolabnowSettings |