summaryrefslogtreecommitdiff
path: root/qml/PlaceEnter.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/PlaceEnter.qml')
-rw-r--r--qml/PlaceEnter.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/qml/PlaceEnter.qml b/qml/PlaceEnter.qml
index 6a0e8ac..82b0a6c 100644
--- a/qml/PlaceEnter.qml
+++ b/qml/PlaceEnter.qml
@@ -80,7 +80,7 @@ Rectangle {
80 anchors.left: parent.left 80 anchors.left: parent.left
81 anchors.right: parent.right 81 anchors.right: parent.right
82 wrapMode : Text.Wrap 82 wrapMode : Text.Wrap
83 text: "Please enter the appropriate information about the chat you would like to join." 83 text: "Please enter the necessary information about the place you would like to enter."
84 } 84 }
85 85
86 86
@@ -120,7 +120,7 @@ Rectangle {
120 } 120 }
121 121
122 RadioButton { 122 RadioButton {
123 text: qsTr("List of peers") 123 text: qsTr("Manual")
124 exclusiveGroup: group 124 exclusiveGroup: group
125 } 125 }
126 } 126 }
@@ -154,7 +154,7 @@ Rectangle {
154 spacing: 2 154 spacing: 2
155 Label { 155 Label {
156 id: publicKeyLabel 156 id: publicKeyLabel
157 text: "Public Key:" 157 text: "Public key of place:"
158 width: 100 158 width: 100
159 } 159 }
160 160
@@ -170,7 +170,7 @@ Rectangle {
170 spacing: 2 170 spacing: 2
171 Label { 171 Label {
172 id: originLabel 172 id: originLabel
173 text: "Origin (Empty will join local peer):" 173 text: "Origin (Empty will try local peer):"
174 width: 100 174 width: 100
175 } 175 }
176 176
@@ -208,7 +208,7 @@ Rectangle {
208 spacing: 2 208 spacing: 2
209 209
210 Button { 210 Button {
211 text: "Join" 211 text: "Enter"
212 width: 200 212 width: 200
213 213
214 onClicked: { 214 onClicked: {