reuse message string

--Sven
This commit is contained in:
Sven Neumann 2000-04-10 17:10:06 +00:00
parent b67e28526b
commit 1bb2404042
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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
};