aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/pages/Game.qml
diff options
context:
space:
mode:
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})