summaryrefslogtreecommitdiffstats
path: root/examples/declarative/mapviewer/Dialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/mapviewer/Dialog.qml')
-rw-r--r--examples/declarative/mapviewer/Dialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/mapviewer/Dialog.qml b/examples/declarative/mapviewer/Dialog.qml
index ccc3a55c..2a1dc6ec 100644
--- a/examples/declarative/mapviewer/Dialog.qml
+++ b/examples/declarative/mapviewer/Dialog.qml
@@ -143,7 +143,7 @@ Item {
height: 32
Common.Button {
id: buttonClearAll
- text: "Clear All"
+ text: "Clear"
width: 80; height: parent.height
onClicked: {
for (var i = 0; i<length; i++){