Really fix the incorect blurb in PDB.

It still said "specified specified".
This commit is contained in:
Alexandre Prokoudine 2013-06-22 11:18:47 +04:00
parent 0756beecc4
commit 5290963912
2 changed files with 2 additions and 2 deletions

View File

@ -546,7 +546,7 @@ gimp_layer_set_offsets (gint32 layer_ID,
* @layer_ID: The layer to which to add the mask.
* @mask_type: The type of mask.
*
* Create a layer mask for the specified specified layer.
* Create a layer mask for the specified layer.
*
* This procedure creates a layer mask for the specified layer. Layer
* masks serve as an additional alpha channel for a layer. A number of

View File

@ -282,7 +282,7 @@ CODE
}
sub layer_create_mask {
$blurb = 'Create a layer mask for the specified specified layer.';
$blurb = 'Create a layer mask for the specified layer.';
$help = <<'HELP';
This procedure creates a layer mask for the specified layer. Layer masks serve