gimp r24882 - in trunk: . plug-ins/common



Author: weskaggs
Date: Thu Feb 14 03:01:39 2008
New Revision: 24882
URL: http://svn.gnome.org/viewvc/gimp?rev=24882&view=rev

Log:
Bill Skaggs  <weskaggs primate ucdavis edu>

	* plug-ins/common/vpropagate.c:  change "darker" to "lighter"
	in tooltips, in response to comment #24 in bug #156545.


Modified:
   trunk/ChangeLog
   trunk/plug-ins/common/vpropagate.c

Modified: trunk/plug-ins/common/vpropagate.c
==============================================================================
--- trunk/plug-ins/common/vpropagate.c	(original)
+++ trunk/plug-ins/common/vpropagate.c	Thu Feb 14 03:01:39 2008
@@ -242,7 +242,7 @@
                           args, NULL);
 
   gimp_install_procedure (ERODE_PROC,
-                          N_("Shrink darker areas of the image"),
+                          N_("Shrink lighter areas of the image"),
                           "Erode image",
                           "Shuji Narazaki (narazaki InetQ or jp)",
                           "Shuji Narazaki",
@@ -254,7 +254,7 @@
                           args, NULL);
 
   gimp_install_procedure (DILATE_PROC,
-                          N_("Grow darker areas of the image"),
+                          N_("Grow lighter areas of the image"),
                           "Dilate image",
                           "Shuji Narazaki (narazaki InetQ or jp)",
                           "Shuji Narazaki",



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