From df4cab50f843504eb267d3926f596c2c337302c1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 26 May 2022 08:52:10 +0300 Subject: [PATCH 33/33] Update modpack download instructions suffix in TRANS comment It's ".mpdl" now, no longer ".modpack" See osdn #44547 Signed-off-by: Marko Lindqvist --- tools/fcmp/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fcmp/download.c b/tools/fcmp/download.c index 6fd68aedae..efc72a46a1 100644 --- a/tools/fcmp/download.c +++ b/tools/fcmp/download.c @@ -128,7 +128,7 @@ static const char *download_modpack_recursive(const char *URL, if (mcb != NULL) { char buf[2048]; - /* TRANS: %s is a filename with suffix '.modpack' */ + /* TRANS: %s is a filename with suffix '.mpdl' */ fc_snprintf(buf, sizeof(buf), _("Downloading \"%s\" control file."), URL + start_idx); mcb(buf); } -- 2.35.1