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:
Sven Neumann 2004-06-07 11:24:28 +00:00 committed by Sven Neumann
parent 12eab87828
commit a8c5c25754
2 changed files with 5 additions and 1 deletions

View file

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

View file

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