From bd0792e2d55d15a6a25f8332476ee6ce65000b44 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 27 Jun 2022 14:29:50 +0200 Subject: Rename action to abort action after being denied a beg "cancel". --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 5f8ad64..107b699 100644 --- a/play.js +++ b/play.js @@ -540,6 +540,7 @@ function on_update() { confirm_action_button("end_turn_pass", "End turn", "Are you sure you want to END TURN while you still have actions?") action_button("end_turn", "End turn") + action_button("cancel", "Cancel") action_button("undo", "Undo") ui.favored1.className = view.favored -- cgit v1.2.3