From d1251e8496b99f189637ede946870fb09b73ea7a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 30 May 2023 17:53:16 +0300 Subject: [PATCH 29/29] Fix typo "doesn't has" See osdn #48112 Signed-off-by: Marko Lindqvist --- common/actions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/actions.c b/common/actions.c index f20097aa4f..c47b195536 100644 --- a/common/actions.c +++ b/common/actions.c @@ -579,8 +579,8 @@ static void hard_code_oblig_hard_reqs(void) TER_NO_CITIES), TRUE, N_("All action enablers for %s must require that" - " the target doesn't has" - " the NoCities terrain flag."), + " the target doesn't have" + " the NoCities terrain flag."), ACTRES_FOUND_CITY, ACTRES_NONE); -- 2.39.2