summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-13 09:55:25 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-13 09:55:25 +0200
commit2487cb7ce670fc5b0556ddf74ddbaec90325408b (patch)
tree717bccfeadb2ceefe534fedcbc62397b9d12d634 /qml
parent7b360cd0a92e2f9f738a573dc3170795c2571d2c (diff)
downloadMultimedia-2487cb7ce670fc5b0556ddf74ddbaec90325408b.tar.gz
Multimedia-2487cb7ce670fc5b0556ddf74ddbaec90325408b.zip
Rename button to show its purpose
Diffstat (limited to 'qml')
-rw-r--r--qml/MainForm.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/MainForm.ui.qml b/qml/MainForm.ui.qml
index dbf5f4e..9c40e63 100644
--- a/qml/MainForm.ui.qml
+++ b/qml/MainForm.ui.qml
@@ -28,7 +28,7 @@ MMScene {
Button {
id: button1
- text: qsTr("Press Me 1")
+ text: qsTr("Stop")
}
Button {