From 90f5822a857e259c3c45eecbafd42783dcd3e632 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 5 Aug 2017 18:32:41 +0200 Subject: [PATCH] navigate march: Say "to sweep mines" instead of "to minesweep" The choice of "to minesweep" in "`d' to drop mines, and `m' to minesweep" is obviously intentional. But saying it in standard English instead is at least as clear, so do that. Signed-off-by: Markus Armbruster --- src/lib/subs/unitsub.c | 2 +- tests/navi-march/journal.log | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/subs/unitsub.c b/src/lib/subs/unitsub.c index 6ee2276b..56ba0bbc 100644 --- a/src/lib/subs/unitsub.c +++ b/src/lib/subs/unitsub.c @@ -448,7 +448,7 @@ unit_move(struct emp_qelem *list) type == EF_SHIP ? "flagship" : "leader"); pr("`r' to radar, %s`l' to look, `M' to map, `B' to bmap,\n", type == EF_SHIP ? "`s' to sonar, " : ""); - pr("`d' to drop mines, and `m' to minesweep\n"); + pr("`d' to drop mines, and `m' to sweep mines\n"); cp = ""; } } diff --git a/tests/navi-march/journal.log b/tests/navi-march/journal.log index 8c7bfbf9..f6e94d1d 100644 --- a/tests/navi-march/journal.log +++ b/tests/navi-march/journal.log @@ -48,7 +48,7 @@ Play#1 output Play#1 1 b n Play#1 output Play#1 1 `h' to stop, `v' to view, `i' to list ships, `f' to change flagship, Play#1 output Play#1 1 `r' to radar, `s' to sonar, `l' to look, `M' to map, `B' to bmap, - Play#1 output Play#1 1 `d' to drop mines, and `m' to minesweep + Play#1 output Play#1 1 `d' to drop mines, and `m' to sweep mines Play#1 output Play#1 1 . = Play#1 output Play#1 1 h h h Play#1 output Play#1 1 c c @@ -776,7 +776,7 @@ Play#1 output Play#1 1 b n Play#1 output Play#1 1 `h' to stop, `v' to view, `i' to list units, `f' to change leader, Play#1 output Play#1 1 `r' to radar, `l' to look, `M' to map, `B' to bmap, - Play#1 output Play#1 1 `d' to drop mines, and `m' to minesweep + Play#1 output Play#1 1 `d' to drop mines, and `m' to sweep mines Play#1 output Play#1 1 . = Play#1 output Play#1 1 h h h Play#1 output Play#1 1 c c