From 95fa90282736245c4c60d31b9eba90bed4a6ec2b Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Tue, 4 Jul 2023 14:39:11 +0200 Subject: [PATCH] Specify no format to prevent the % to be interpreted as formatter by the gettext toolchain --- plug-ins/common/file-gif-save.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plug-ins/common/file-gif-save.c b/plug-ins/common/file-gif-save.c index 8147a82c56..1459d678a7 100644 --- a/plug-ins/common/file-gif-save.c +++ b/plug-ins/common/file-gif-save.c @@ -153,6 +153,7 @@ gif_create_procedure (GimpPlugIn *plug_in, gimp_procedure_set_documentation (procedure, _("exports files in GIF " "file format"), + /* xgettext: no-c-format */ _("Export a file in GIF " "format, with possible animation, " "transparency, and comment. To export "