fixed a typo.
2004-06-07 Sven Neumann <sven@gimp.org> * plug-ins/common/tileit.c (tileit_dialog): fixed a typo.
This commit is contained in:
parent
12eab87828
commit
a8c5c25754
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-06-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/tileit.c (tileit_dialog): fixed a typo.
|
||||
|
||||
2004-06-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/menus/plug-in-menus.c (plug_in_menus_setup): sort the menus
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue