summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-28 20:51:46 +0100
committerTor Andersson <tor@ccxvii.net>2023-01-28 20:51:46 +0100
commit0ff12b5ea0d6b1018688698a96849300a0ce6d69 (patch)
tree800e2c47398ef9c41d9e0299e32bc88887cafe23
parent06a45c701b5790349ed2f8dad8255e6205dad231 (diff)
downloadcrusader-rex-0ff12b5ea0d6b1018688698a96849300a0ce6d69.tar.gz
Reword delayed hit option.
-rw-r--r--create.html6
-rw-r--r--play.html2
2 files changed, 3 insertions, 5 deletions
diff --git a/create.html b/create.html
index a6a2b53..ed3e2a5 100644
--- a/create.html
+++ b/create.html
@@ -11,8 +11,6 @@ Iron Bridge
<dt>
<label>
<input type="checkbox" id="delay_hits" name="delay_hits" value="true">
-Delay hit assignment
+Delayed hit assignment
</label>
-<dd>Let all blocks with the same initiative fire before assigning hits.
-<dd>This option is recommended for games that are not played live.
-</dl>
+<dd>Fire all blocks with the same initiative before assigning hits.
diff --git a/play.html b/play.html
index 72ce354..46fc21c 100644
--- a/play.html
+++ b/play.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta charset="UTF-8">