Remove duplicated word from a command's description.

It said "specified specified".
This commit is contained in:
Alexandre Prokoudine 2013-06-22 09:17:23 +04:00
parent 7a0f8ad78e
commit 0756beecc4
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ register_layer_procs (GimpPDB *pdb)
"gimp-layer-create-mask");
gimp_procedure_set_static_strings (procedure,
"gimp-layer-create-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 different types of masks are allowed for initialisation: completely white masks (which will leave the layer fully visible), completely black masks (which will give the layer complete transparency, the layer's already existing alpha channel (which will leave the layer fully visible, but which may be more useful than a white mask), the current selection or a grayscale copy of the layer. The layer mask still needs to be added to the layer. This can be done with a call to 'gimp-layer-add-mask'.",
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",