From 4f913949d3e74b1b2c9854c83a9b566df36a574f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 9 Aug 2011 13:59:15 +0200 Subject: [PATCH] cage tool options: better description for the fill plain color option --- app/tools/gimpcageoptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tools/gimpcageoptions.c b/app/tools/gimpcageoptions.c index 89a57987db..69ef5968bb 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); -- GitLab