From 697c1441b324def900864e012c7c652407176573 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Tue, 13 Jul 2021 13:27:39 +0200 Subject: [PATCH] Mark MinMoveFrags's translation comments. See osdn #42623 --- common/reqtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/reqtext.c b/common/reqtext.c index f3d3ea88ca..be22dbe660 100644 --- a/common/reqtext.c +++ b/common/reqtext.c @@ -1771,13 +1771,13 @@ bool req_text_insert(char *buf, size_t bufsz, struct player *pplayer, fc_strlcat(buf, prefix, bufsz); if (preq->present) { cat_snprintf(buf, bufsz, - /* %s is numeric move points; it may have a + /* TRANS: %s is numeric move points; it may have a * fractional part ("1 1/3 MP"). */ _("Requires that the unit has at least %s MP left."), move_points_text(preq->source.value.minmoves, TRUE)); } else { cat_snprintf(buf, bufsz, - /* %s is numeric move points; it may have a + /* TRANS: %s is numeric move points; it may have a * fractional part ("1 1/3 MP"). */ _("Requires that the unit has less than %s MP left."), move_points_text(preq->source.value.minmoves, TRUE)); -- 2.30.2