From 85d278eb7b798209eaf59199f0b5964a93ba612a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 12 Nov 2024 00:11:11 +0100 Subject: Streamline setup with pre-allocating the minimum troops. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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") -- cgit v1.2.3