mirror of https://github.com/GNOME/gimp.git
pdb: minor glitch in gimp-image-set-active-channel's description.
s/previous active channel or channel/previous active channel or layer/
This commit is contained in:
parent
3582625ce0
commit
ee8827d645
|
@ -4763,7 +4763,7 @@ register_image_procs (GimpPDB *pdb)
|
||||||
gimp_procedure_set_static_strings (procedure,
|
gimp_procedure_set_static_strings (procedure,
|
||||||
"gimp-image-set-active-channel",
|
"gimp-image-set-active-channel",
|
||||||
"Sets the specified image's active channel.",
|
"Sets the specified image's active channel.",
|
||||||
"If the channel exists, it is set as the active channel in the image. Any previous active channel or channel is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.",
|
"If the channel exists, it is set as the active channel in the image. Any previous active channel or layer is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.",
|
||||||
"Spencer Kimball & Peter Mattis",
|
"Spencer Kimball & Peter Mattis",
|
||||||
"Spencer Kimball & Peter Mattis",
|
"Spencer Kimball & Peter Mattis",
|
||||||
"1995-1996",
|
"1995-1996",
|
||||||
|
|
|
@ -2034,7 +2034,7 @@ gimp_image_get_active_channel (gint32 image_ID)
|
||||||
* Sets the specified image's active channel.
|
* Sets the specified image's active channel.
|
||||||
*
|
*
|
||||||
* If the channel exists, it is set as the active channel in the image.
|
* If the channel exists, it is set as the active channel in the image.
|
||||||
* Any previous active channel or channel is set to inactive. An
|
* Any previous active channel or layer is set to inactive. An
|
||||||
* exception is a previously existing floating selection, in which case
|
* exception is a previously existing floating selection, in which case
|
||||||
* this procedure will return an execution error.
|
* this procedure will return an execution error.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1892,7 +1892,7 @@ sub image_set_active_channel {
|
||||||
|
|
||||||
$help = <<'HELP';
|
$help = <<'HELP';
|
||||||
If the channel exists, it is set as the active channel in the
|
If the channel exists, it is set as the active channel in the
|
||||||
image. Any previous active channel or channel is set to inactive. An
|
image. Any previous active channel or layer is set to inactive. An
|
||||||
exception is a previously existing floating selection, in which case
|
exception is a previously existing floating selection, in which case
|
||||||
this procedure will return an execution error.
|
this procedure will return an execution error.
|
||||||
HELP
|
HELP
|
||||||
|
|
Loading…
Reference in New Issue