mirror of https://github.com/GNOME/gimp.git
plug-ins: small typo fix - s/framese/frames/
This commit is contained in:
parent
8fdee80ff8
commit
9ab041d36a
|
@ -133,7 +133,7 @@ MAIN ()
|
|||
{ GIMP_PDB_STRING, "raw-uri", "The name of the URI to export the image in" }, \
|
||||
{ GIMP_PDB_INT32, "interlace", "Try to export as interlaced" }, \
|
||||
{ GIMP_PDB_INT32, "loop", "(animated gif) loop infinitely" }, \
|
||||
{ GIMP_PDB_INT32, "default-delay", "(animated gif) Default delay between framese in milliseconds" }, \
|
||||
{ GIMP_PDB_INT32, "default-delay", "(animated gif) Default delay between frames in milliseconds" }, \
|
||||
{ GIMP_PDB_INT32, "default-dispose", "(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)" }
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue