From e4a3486f92f17c9d248357c92f821aec6072fad9 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 16 May 2021 07:39:28 +0300 Subject: [PATCH 53/53] Correct "fire power" to "firepower" in a help message See osdn #42207 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 f5c8f5dbe4..348e554cbe 100644 --- a/client/helpdata.c +++ b/client/helpdata.c @@ -1876,7 +1876,7 @@ char *helptext_unit(char *buf, size_t bufsz, struct player *pplayer, case CBONUS_FIREPOWER1: cat_snprintf(buf, bufsz, /* TRANS: or-list of unit types */ - _("%s Reduces target's fire power to 1 when " + _("%s Reduces target's firepower to 1 when " "attacking %s.\n"), BULLET, astr_build_and_list(&list, against, targets)); break; -- 2.30.2