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.

svn path=/trunk/; revision=24882
This commit is contained in:
William Skaggs 2008-02-14 03:01:39 +00:00
parent 9ffdd63b63
commit a936d0384d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-02-13 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.
2008-02-13 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/widgets/gimpcolormapeditor.c: change wording of new

View File

@ -242,7 +242,7 @@ query (void)
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 @@ query (void)
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",