aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/pages/Game.qml
diff options
context:
space:
mode:
authorMarvin Borner2020-04-06 15:13:13 +0200
committerMarvin Borner2020-04-06 15:13:13 +0200
commitd1a16995f263b4985668a26da311fda77d5a92ab (patch)
tree3788ed4f1fbc0c99bc0546a8d6069d24f9b87ea5 /qml/pages/Game.qml
parentbf800f3b9a78140d6ee5c031389af67f67d52d8f (diff)
More stats in leaderboard, basic cheat detection1.1
Diffstat (limited to 'qml/pages/Game.qml')
-rw-r--r--qml/pages/Game.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/pages/Game.qml b/qml/pages/Game.qml
index c99c8a3..cc13b84 100644
--- a/qml/pages/Game.qml
+++ b/qml/pages/Game.qml
@@ -132,7 +132,7 @@ Page {
Button {
id: new_game
- text: qsTr("Play again!")
+ text: qsTr("Play again")
visible: false
anchors.horizontalCenter: parent.horizontalCenter
onClicked: pageStack.replace(Qt.resolvedUrl("Game.qml"), {bits: root.bits})