From 3c8c648a379637e569ac956cfe9f2e61e6354c89 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 16 May 2021 07:41:32 +0300 Subject: [PATCH 44/44] 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 76f34389d7..f8916b6786 100644 --- a/client/helpdata.c +++ b/client/helpdata.c @@ -1848,7 +1848,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 */ - _("* Reduces target's fire power to 1 when " + _("* Reduces target's firepower to 1 when " "attacking %s.\n"), astr_build_and_list(&list, against, targets)); break; -- 2.30.2