diff --git a/ChangeLog b/ChangeLog index fd105ded29..656d577c3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-07 Sven Neumann + + * plug-ins/common/tileit.c (tileit_dialog): fixed a typo. + 2004-06-07 Sven Neumann * app/menus/plug-in-menus.c (plug_in_menus_setup): sort the menus diff --git a/plug-ins/common/tileit.c b/plug-ins/common/tileit.c index 0595201afa..5ffc64f113 100644 --- a/plug-ins/common/tileit.c +++ b/plug-ins/common/tileit.c @@ -576,7 +576,7 @@ tileit_dialog (void) &opacity); /* Lower frame saying howmany segments */ - frame = gimp_frame_new (_("Numer of Segments")); + frame = gimp_frame_new (_("Number of Segments")); gtk_box_pack_start (GTK_BOX (main_vbox), frame, FALSE, FALSE, 0); gtk_widget_show (frame);