diff options
Diffstat (limited to 'views/people/qml')
-rw-r--r-- | views/people/qml/People.qml | 6 |
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) |