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:

committed by
Sven Neumann

parent
33b5a890cc
commit
115bf7cedd
@ -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>
|
||||
|
||||
* app/widgets/gimpdockable.[ch]
|
||||
|
@ -338,7 +338,7 @@ gimp_brightness_contrast_tool_dialog (GimpImageMapTool *im_tool)
|
||||
bc_tool);
|
||||
|
||||
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,
|
||||
FALSE, FALSE, 0);
|
||||
gtk_widget_show (button);
|
||||
|
@ -683,7 +683,7 @@ gimp_levels_tool_dialog (GimpImageMapTool *image_map_tool)
|
||||
tool);
|
||||
|
||||
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,
|
||||
FALSE, FALSE, 0);
|
||||
gtk_widget_show (button);
|
||||
|
Reference in New Issue
Block a user