Fixed a typo

The brush editor used to say "Spahe" instead of "Shape".
This commit is contained in:
Alexandre Prokoudine 2011-04-20 13:20:42 +04:00
parent 3edf0cb531
commit ae2ab1ff3b

View file

@ -136,7 +136,7 @@ gimp_brush_editor_init (GimpBrushEditor *editor)
gtk_box_pack_start (GTK_BOX (editor->options_box), hbox, FALSE, FALSE, 0);
gtk_widget_show (hbox);
label = gtk_label_new (_("Spahe:"));
label = gtk_label_new (_("Shape:"));
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);