Specify no format to prevent the % to be interpreted as formatter by the gettext toolchain
This commit is contained in:
parent
ca404795e3
commit
95fa902827
1 changed files with 1 additions and 0 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue