summaryrefslogtreecommitdiffstats
path: root/views/people/qml/People.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-20 22:39:41 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-20 22:39:41 +0100
commit43e3aa659d23415ab4c035bda38387e8224f0fe0 (patch)
tree6fae1417ff559f544ccbe6903682d5238547bc5a /views/people/qml/People.qml
parent653a977e79d2d38ca99bceede8d1759f0cfc2462 (diff)
downloadkube-43e3aa659d23415ab4c035bda38387e8224f0fe0.tar.gz
kube-43e3aa659d23415ab4c035bda38387e8224f0fe0.zip
Translatable strings
Diffstat (limited to 'views/people/qml/People.qml')
-rw-r--r--views/people/qml/People.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml
index 38a95d75..c890e1b5 100644
--- a/views/people/qml/People.qml
+++ b/views/people/qml/People.qml
@@ -50,8 +50,8 @@ FocusScope {
50 left: parent.left 50 left: parent.left
51 leftMargin: Kube.Units.smallSpacing 51 leftMargin: Kube.Units.smallSpacing
52 } 52 }
53 text: "New Contact"
54 visible: stack.depth == 1 53 visible: stack.depth == 1
54 text: qsTr("New Contact")
55 55
56 onClicked: { 56 onClicked: {
57 stack.push(personComposer) 57 stack.push(personComposer)
@@ -77,7 +77,7 @@ FocusScope {
77 focus: true 77 focus: true
78 anchors.horizontalCenter: parent.horizontalCenter 78 anchors.horizontalCenter: parent.horizontalCenter
79 width: parent.width * 0.5 79 width: parent.width * 0.5
80 placeholderText: "Search..." 80 placeholderText: qsTr("Search...")
81 } 81 }
82 } 82 }
83 83
@@ -233,7 +233,7 @@ FocusScope {
233 right: parent.right 233 right: parent.right
234 margins: Kube.Units.largeSpacing 234 margins: Kube.Units.largeSpacing
235 } 235 }
236 text: "Edit" 236 text: qsTr("Edit")
237 237
238 onClicked: { 238 onClicked: {
239 stack.push(personComposer) 239 stack.push(personComposer)