app/tools/gimpbrightnesscontrasttool.c fixed grammar.

2008-05-20  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpbrightnesscontrasttool.c 
	* app/tools/gimplevelstool.c: fixed grammar.


svn path=/trunk/; revision=25716
This commit is contained in:
Sven Neumann
2008-05-20 06:14:53 +00:00
committed by Sven Neumann
parent 33b5a890cc
commit 115bf7cedd
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-05-20 Sven Neumann <sven@gimp.org>
* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimplevelstool.c: fixed grammar.
2008-05-19 Sven Neumann <sven@gimp.org> 2008-05-19 Sven Neumann <sven@gimp.org>
* app/widgets/gimpdockable.[ch] * app/widgets/gimpdockable.[ch]

View File

@ -338,7 +338,7 @@ gimp_brightness_contrast_tool_dialog (GimpImageMapTool *im_tool)
bc_tool); bc_tool);
button = gimp_stock_button_new (GIMP_STOCK_TOOL_LEVELS, button = gimp_stock_button_new (GIMP_STOCK_TOOL_LEVELS,
_("Edit this Settings as Levels")); _("Edit these Settings as Levels"));
gtk_box_pack_start (GTK_BOX (im_tool->main_vbox), button, gtk_box_pack_start (GTK_BOX (im_tool->main_vbox), button,
FALSE, FALSE, 0); FALSE, FALSE, 0);
gtk_widget_show (button); gtk_widget_show (button);

View File

@ -683,7 +683,7 @@ gimp_levels_tool_dialog (GimpImageMapTool *image_map_tool)
tool); tool);
button = gimp_stock_button_new (GIMP_STOCK_TOOL_CURVES, button = gimp_stock_button_new (GIMP_STOCK_TOOL_CURVES,
_("Edit this Settings as Curves")); _("Edit these Settings as Curves"));
gtk_box_pack_start (GTK_BOX (image_map_tool->main_vbox), button, gtk_box_pack_start (GTK_BOX (image_map_tool->main_vbox), button,
FALSE, FALSE, 0); FALSE, FALSE, 0);
gtk_widget_show (button); gtk_widget_show (button);