gimp r25716 - in trunk: . app/tools



Author: neo
Date: Tue May 20 06:14:53 2008
New Revision: 25716
URL: http://svn.gnome.org/viewvc/gimp?rev=25716&view=rev

Log:
2008-05-20  Sven Neumann  <sven gimp org>

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



Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpbrightnesscontrasttool.c
   trunk/app/tools/gimplevelstool.c

Modified: trunk/app/tools/gimpbrightnesscontrasttool.c
==============================================================================
--- trunk/app/tools/gimpbrightnesscontrasttool.c	(original)
+++ trunk/app/tools/gimpbrightnesscontrasttool.c	Tue May 20 06:14:53 2008
@@ -338,7 +338,7 @@
                     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);

Modified: trunk/app/tools/gimplevelstool.c
==============================================================================
--- trunk/app/tools/gimplevelstool.c	(original)
+++ trunk/app/tools/gimplevelstool.c	Tue May 20 06:14:53 2008
@@ -683,7 +683,7 @@
                     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);



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