plug-ins/script-fu/scripts/erase-rows.scm don't ever use the term

2006-10-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/erase-rows.scm
	* plug-ins/script-fu/scripts/hsv-graph.scm: don't ever use the term
	"drawable" in user-visible strings.
This commit is contained in:
Sven Neumann 2006-10-25 12:27:26 +00:00 committed by Sven Neumann
parent b6f9bf5d57
commit 51b4be9d34
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-10-25 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/erase-rows.scm
* plug-ins/script-fu/scripts/hsv-graph.scm: don't ever use the term
"drawable" in user-visible strings.
2006-10-25 Michael Natterer <mitch@gimp.org>
Added mechanism that should prevent undo corruption by

View file

@ -33,7 +33,7 @@
(script-fu-register "script-fu-erase-rows"
_"_Erase Every Other Row..."
_"Erase every other row/column of pixels of the active drawable"
_"Erase every other row or column"
"Federico Mena Quintero"
"Federico Mena Quintero"
"June 1997"

View file

@ -354,7 +354,7 @@
(script-fu-register "script-fu-hsv-graph"
_"Draw _HSV Graph..."
_"Create a graph of the Hue, Saturation, and Value distributions of the current drawable"
_"Create a graph of the Hue, Saturation, and Value distributions"
"Shuji Narazaki <narazaki@InetQ.or.jp>"
"Shuji Narazaki"
"1997"