mirror of https://github.com/GNOME/gimp.git
parent
b67e28526b
commit
1bb2404042
|
@ -1,3 +1,8 @@
|
|||
2000-04-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpexport.c: use "Flatten Image" instead of simply
|
||||
"Flatten" for our new alternative to "Save As Animation".
|
||||
|
||||
2000-04-10 Nick Lamb <njl195@zepler.org.uk>
|
||||
|
||||
* libgimp/gimpexport.c: Eeek! Sven only half implemented my
|
||||
|
|
|
@ -174,7 +174,7 @@ static ExportAction export_action_animate_or_flatten =
|
|||
NULL,
|
||||
export_flatten,
|
||||
N_("can only Handle Layers as Animation Frames"),
|
||||
{ N_("Save as Animation"), N_("Flatten") },
|
||||
{ N_("Save as Animation"), N_("Flatten Image") },
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue