From fe69ca13e4bf5eaf9fd0dfb1b3fb2d589f1a1156 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 23 Aug 2022 04:44:51 +0300 Subject: [PATCH 56/56] Fix doubled space in requirement description text See osdn #45430 Signed-off-by: Marko Lindqvist --- common/reqtext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/reqtext.c b/common/reqtext.c index 058c2707a5..74fa50734d 100644 --- a/common/reqtext.c +++ b/common/reqtext.c @@ -1459,9 +1459,9 @@ bool req_text_insert(char *buf, size_t bufsz, struct player *pplayer, fc_strlcat(buf, prefix, bufsz); if (preq->present) { cat_snprintf(buf, bufsz, - _("Requires that there exists a unit at the tile with" - " an owner allied to someone that " - " has the relationship '%s' with at least one other " + _("Requires that there exists a unit at the tile with " + "an owner allied to someone that " + "has the relationship '%s' with at least one other " "living player."), diplrel_name_translation(preq->source.value.diplrel)); } else { -- 2.35.1