From 8a656212754192eae04062c41660c8e1efc429e6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 4 Jan 2021 10:02:26 +0100 Subject: [PATCH] mission: Fix an error message pasto going back to Chainsaw 3 Signed-off-by: Markus Armbruster --- src/lib/commands/miss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/miss.c b/src/lib/commands/miss.c index 52b3919b9..c05066478 100644 --- a/src/lib/commands/miss.c +++ b/src/lib/commands/miss.c @@ -211,7 +211,7 @@ mission(void) pcp = &plchr[(int)gp->type]; if (!(pcp->pl_flags & P_F)) { - pr("Only planes with the intercept abilities can perform air defense.\n" + pr("Only planes with the intercept ability can perform air defense.\n" "%s #%d is ineligible\n", pcp->pl_name, gp->uid); continue; -- 2.43.0