From b84820966e6efc4badb301e16933ff87c1eda6bc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 14 Mar 2021 20:52:04 +0200 Subject: [PATCH 25/25] Mark civ2 EarlyFighter helptext no-c-format for xgettext See osdn #41787 Signed-off-by: Marko Lindqvist --- data/civ2/units.ruleset | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/civ2/units.ruleset b/data/civ2/units.ruleset index 2c9641ab4e..8f90f95c5d 100644 --- a/data/civ2/units.ruleset +++ b/data/civ2/units.ruleset @@ -36,7 +36,9 @@ flags = ;flags to approximate fighters` "scramble" mechanics _("Bomber"), _("Bad at attacking Fighters") _("Stealth Bomber"), _("Bad at attacking Fighters") - _("EarlyFighter"), _("250% defense against Stealth Bombers") + _("EarlyFighter"), + ; /* xgettext:no-c-format */ + _("250% defense against Stealth Bombers") } ; Names for custom unit class flags. There can be up to 8 of these. -- 2.30.1