use the term "layer masks".

2007-06-21  Sven Neumann  <sven@gimp.org>

	* app/dialogs/scale-dialog.c: use the term "layer masks".


svn path=/trunk/; revision=22813
This commit is contained in:
Sven Neumann
2007-06-21 08:03:36 +00:00
committed by Sven Neumann
parent 4738f65724
commit 4fb71201b4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-21 Sven Neumann <sven@gimp.org>
* app/dialogs/scale-dialog.c: use the term "layer masks".
2007-06-20 Sven Neumann <sven@gimp.org>
* app/base/tile-pyramid.[ch]: documentation.

View File

@ -206,7 +206,7 @@ scale_dialog_new (GimpViewable *viewable,
_("Indexed color layers are always scaled "
"without interpolation. The chosen "
"interpolation type will affect channels "
"and masks only."));
"and layer masks only."));
gtk_container_set_border_width (GTK_CONTAINER (box), 0);
gtk_box_pack_start (GTK_BOX (vbox), box, FALSE, FALSE, 0);