[gimp/soc-2011-warp] cage tool options: better description for the fill plain color option



commit 69de0aeb2b5879859b0c23ed5c0e23f60b404c59
Author: Michael Murà <mure michael gmail com>
Date:   Tue Aug 9 13:59:15 2011 +0200

    cage tool options: better description for the fill plain color option

 app/tools/gimpcageoptions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpcageoptions.c b/app/tools/gimpcageoptions.c
index 89a5798..69ef596 100644
--- a/app/tools/gimpcageoptions.c
+++ b/app/tools/gimpcageoptions.c
@@ -141,7 +141,7 @@ gimp_cage_options_gui (GimpToolOptions *tool_options)
   gtk_widget_show (mode);
 
   button = gimp_prop_check_button_new (config, "fill-plain-color",
-                                       _("Fill from first point"));
+                                       _("Fill the original position of the cage with a plain color"));
   gtk_box_pack_start (GTK_BOX (vbox),  button, FALSE, FALSE, 0);
   gtk_widget_show (button);
 



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