diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-12 00:26:25 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-12 00:26:25 +0100 |
commit | 794b1b04833a8a5b1df5989e1d3f3d660880ab9c (patch) | |
tree | 564a6c53d3c05541578602092e187423b4b94076 /rules.js | |
parent | 7e3b8637e07d29d2dcf5396b7b6a9da454f101b8 (diff) | |
download | maria-794b1b04833a8a5b1df5989e1d3f3d660880ab9c.tar.gz |
x
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6666,7 +6666,7 @@ function count_unsetup_max() { states.setup_general = { inactive: "setup troops", prompt() { - prompt("Add troops to " + format_selected() + ".") + prompt("Allocate troops to " + format_selected() + ".") view.selected = game.selected let who = game.selected |