From 62160c6919458f3e9db1c84d9e954ee60f2036cc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 3 Nov 2021 00:43:01 +0200 Subject: [PATCH 4/4] Improve help text about conquering claimable base Reported by ddeanbrown See osdn #43145 Signed-off-by: Marko Lindqvist --- client/helpdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/helpdata.c b/client/helpdata.c index 967064f575..81b521b795 100644 --- a/client/helpdata.c +++ b/client/helpdata.c @@ -3652,7 +3652,7 @@ void helptext_extra(char *buf, size_t bufsz, struct player *pplayer, if (territory_claiming_base(pbase)) { CATLSTR(buf, bufsz, /* TRANS: indented; preserve leading spaces */ - _(" * Can be captured by such units if at war with the " + _(" * Can be conquered by such units if at war with the " "nation that currently owns it.\n")); } } -- 2.30.2