Specify no format to prevent the % to be interpreted as formatter by the gettext toolchain

This commit is contained in:
Jordi Mas 2023-07-04 14:39:11 +02:00
parent ca404795e3
commit 95fa902827

View file

@ -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 "