summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index a20a7b2..c6475f1 100644
--- a/play.js
+++ b/play.js
@@ -1028,8 +1028,8 @@ function on_update() {
action_button("end_buildup", "End buildup")
action_button("end_turn", "End turn")
- confirm_action_button("confirm_end_turn", "End turn",
- "End turn without performing any moves?")
+ confirm_action_button("confirm_end_move", "End movement?",
+ "You have unused moves remaining. End movement anyway?")
action_button("undo", "Undo")
}