summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/forms/GeocodeForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/forms/GeocodeForm.ui.qml')
-rw-r--r--examples/location/mapviewer/forms/GeocodeForm.ui.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/location/mapviewer/forms/GeocodeForm.ui.qml b/examples/location/mapviewer/forms/GeocodeForm.ui.qml
index 76befee5..3ed715a0 100644
--- a/examples/location/mapviewer/forms/GeocodeForm.ui.qml
+++ b/examples/location/mapviewer/forms/GeocodeForm.ui.qml
@@ -38,9 +38,9 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.2
-import QtQuick.Layouts 1.0
+import QtQuick 2.5
+import QtQuick.Controls 1.4
+import QtQuick.Layouts 1.2
Item {
property alias goButton: goButton
@@ -150,7 +150,7 @@ Item {
Button {
id: goButton
- text: qsTr("Go !")
+ text: qsTr("Proceed")
}
Button {