mirror of https://github.com/GNOME/gimp.git
Typo and cosmetical fixes.
This commit is contained in:
parent
07b3a04f27
commit
5777429f55
|
@ -1,3 +1,12 @@
|
|||
Tue May 16 20:26:13 CEST 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* gimp/plug-ins/gap/gap_mov_dialog.c,
|
||||
plug-ins/gdyntext/gdyntext.c,
|
||||
plug-ins/script-fu/scripts/camo.scm: Typo fixes.
|
||||
On request of Martin Weber <martweb@gmx.net>:
|
||||
* plug-ins/bmp/bmpwrite.c: Cosmetical fixed (german->english,
|
||||
added ';').
|
||||
|
||||
2000-05-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/commands.c
|
||||
|
|
|
@ -883,7 +883,7 @@ mov_apv_callback (GtkWidget *widget,
|
|||
if(l_new_image_id < 0)
|
||||
{
|
||||
p_msg_win(RUN_INTERACTIVE,
|
||||
_("Generate Animate Preview failed\n"));
|
||||
_("Generate Animated Preview failed\n"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -357,7 +357,7 @@ void gdt_get_values(GdtVals *data)
|
|||
data->messages = g_list_append (data->messages,
|
||||
g_strdup_printf (_("WARNING: GDynText is too old!\n"
|
||||
" You may loose some data by changing this text.\n"
|
||||
" A newer version is reqired to handle this layer.\n"
|
||||
" A newer version is required to handle this layer.\n"
|
||||
" Get it from %s\n"), GDYNTEXT_WEB_PAGE));
|
||||
}
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
"Chris Gutteridge / ECS @ University of Southampton, England"
|
||||
""
|
||||
SF-ADJUSTMENT _"Image Size" '(256 10 1000 1 10 0 1)
|
||||
SF-ADJUSTMENT _"Granularity (0 - 15)" '(7 0 15 1 1 0 0)
|
||||
SF-ADJUSTMENT _"Granularity (0-15)" '(7 0 15 1 1 0 0)
|
||||
SF-COLOR _"Color 1" '(33 100 58)
|
||||
SF-COLOR _"Color 2" '(170 170 60)
|
||||
SF-COLOR _"Color 3" '(150 115 100)
|
||||
|
|
Loading…
Reference in New Issue