[gimp] Fixed a typo



commit ae2ab1ff3bceb82328cf5c0a970c911507f1e4cb
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Wed Apr 20 13:20:42 2011 +0400

    Fixed a typo
    
    The brush editor used to say "Spahe" instead of "Shape".

 app/widgets/gimpbrusheditor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpbrusheditor.c b/app/widgets/gimpbrusheditor.c
index 5991e54..f0885ad 100644
--- a/app/widgets/gimpbrusheditor.c
+++ b/app/widgets/gimpbrusheditor.c
@@ -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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]