[gimp/soc-2011-warp: 10/18] gimpwarptooloptions: follow convention for option's naming



commit bce05528277d56ceafa80d2d46d0bd8f6b27d065
Author: Michael Muré <batolettre gmail com>
Date:   Fri Jun 3 21:41:44 2011 +0200

    gimpwarptooloptions: follow convention for option's naming

 app/tools/gimpwarpoptions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpwarpoptions.c b/app/tools/gimpwarpoptions.c
index 19fa024..4f31667 100644
--- a/app/tools/gimpwarpoptions.c
+++ b/app/tools/gimpwarpoptions.c
@@ -139,14 +139,14 @@ gimp_warp_options_gui (GimpToolOptions *tool_options)
   GtkWidget *size;
 
   strength = gimp_prop_spin_scale_new (config, "effect-strength",
-                                        _("Effect strength"),
+                                        _("Strength"),
                                         0.01, 1.0, 2);
   gimp_spin_scale_set_scale_limits (GIMP_SPIN_SCALE (strength), 0.0, 10.0);
   gtk_box_pack_start (GTK_BOX (vbox), strength, FALSE, FALSE, 0);
   gtk_widget_show (strength);
 
   size = gimp_prop_spin_scale_new (config, "effect-size",
-                                        _("Effect size"),
+                                        _("Size"),
                                         0.01, 1.0, 2);
   gimp_spin_scale_set_scale_limits (GIMP_SPIN_SCALE (size), 1.0, 1000.0);
   gtk_box_pack_start (GTK_BOX (vbox),  size, FALSE, FALSE, 0);



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