diff --git a/ChangeLog b/ChangeLog index ade050e80e..2b873720ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2005-09-10 Michael Natterer * app/tools/gimpclonetool.c (gimp_clone_options_gui): moved the - "Sample Merged" toggle below the "Image Source" radio button. + "Sample merged" toggle below the "Image source" radio button. + Also fixed capitalization of "Sample merged". 2005-09-10 Sven Neumann diff --git a/app/tools/gimpclonetool.c b/app/tools/gimpclonetool.c index 6228ac35ca..f33679036a 100644 --- a/app/tools/gimpclonetool.c +++ b/app/tools/gimpclonetool.c @@ -332,7 +332,7 @@ gimp_clone_options_gui (GimpToolOptions *tool_options) gtk_widget_show (frame); button = gimp_prop_check_button_new (config, "sample-merged", - _("Sample Merged")); + _("Sample merged")); gimp_enum_radio_frame_add (GTK_FRAME (frame), button, GIMP_IMAGE_CLONE); hbox = gimp_pattern_box_new (NULL, GIMP_CONTEXT (tool_options), 2); diff --git a/app/tools/gimpsourcetool.c b/app/tools/gimpsourcetool.c index 6228ac35ca..f33679036a 100644 --- a/app/tools/gimpsourcetool.c +++ b/app/tools/gimpsourcetool.c @@ -332,7 +332,7 @@ gimp_clone_options_gui (GimpToolOptions *tool_options) gtk_widget_show (frame); button = gimp_prop_check_button_new (config, "sample-merged", - _("Sample Merged")); + _("Sample merged")); gimp_enum_radio_frame_add (GTK_FRAME (frame), button, GIMP_IMAGE_CLONE); hbox = gimp_pattern_box_new (NULL, GIMP_CONTEXT (tool_options), 2);