summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-12 00:11:11 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-12 00:20:53 +0100
commit85d278eb7b798209eaf59199f0b5964a93ba612a (patch)
tree2d68b61c86125d60efceceece274d04a2bd23064 /play.js
parent26721bd0947120cc4715235c9593de2147aaa23c (diff)
downloadmaria-85d278eb7b798209eaf59199f0b5964a93ba612a.tar.gz
Streamline setup with pre-allocating the minimum troops.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 6f7f17e..be27367 100644
--- a/play.js
+++ b/play.js
@@ -1635,7 +1635,7 @@ function on_update() {
action_button("end_turn", "End turn")
confirm_action_button("confirm_end_movement", "End movement",
- "You have NOT moved ANY pieces!\nAre you sure you want to SKIP movement?")
+ "You have UNMOVED pieces!\nAre you sure you want to END movement?")
action_button("undo", "Undo")