diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-20 14:50:43 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-20 14:50:43 +0200 |
commit | 3644b25423947084b2711a357fc1ff5d2ed3eceb (patch) | |
tree | a26472900ac8b35af16d5f0afa97afe611c4a505 | |
parent | 43d01042f8d97718028d86a8fb09d4c7af6609c7 (diff) | |
download | kube-3644b25423947084b2711a357fc1ff5d2ed3eceb.tar.gz kube-3644b25423947084b2711a357fc1ff5d2ed3eceb.zip |
change add recipient text
-rw-r--r-- | components/kube/contents/ui/AddresseeListEditor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/AddresseeListEditor.qml b/components/kube/contents/ui/AddresseeListEditor.qml index 77ec6437..49545177 100644 --- a/components/kube/contents/ui/AddresseeListEditor.qml +++ b/components/kube/contents/ui/AddresseeListEditor.qml | |||
@@ -89,7 +89,7 @@ Item { | |||
89 | } | 89 | } |
90 | 90 | ||
91 | Kube.Label { | 91 | Kube.Label { |
92 | text: "Add recipient" | 92 | text: "+ Add recipient" |
93 | color: Kube.Colors.highlightColor | 93 | color: Kube.Colors.highlightColor |
94 | font.underline: parent.containsMouse | 94 | font.underline: parent.containsMouse |
95 | } | 95 | } |