[gimp] pdb: minor glitch in gimp-image-set-active-channel's description.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] pdb: minor glitch in gimp-image-set-active-channel's description.
- Date: Fri, 13 Sep 2013 10:22:47 +0000 (UTC)
commit ee8827d64566bb3c6c4241048bba07d5c3a679be
Author: Jehan <jehan girinstud io>
Date: Fri Sep 13 22:18:24 2013 +1200
pdb: minor glitch in gimp-image-set-active-channel's description.
s/previous active channel or channel/previous active channel or layer/
app/pdb/image-cmds.c | 2 +-
libgimp/gimpimage_pdb.c | 2 +-
tools/pdbgen/pdb/image.pdb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/image-cmds.c b/app/pdb/image-cmds.c
index d77b160..42ca853 100644
--- a/app/pdb/image-cmds.c
+++ b/app/pdb/image-cmds.c
@@ -4763,7 +4763,7 @@ register_image_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-image-set-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",
"1995-1996",
diff --git a/libgimp/gimpimage_pdb.c b/libgimp/gimpimage_pdb.c
index 64bd821..2ad70c6 100644
--- a/libgimp/gimpimage_pdb.c
+++ b/libgimp/gimpimage_pdb.c
@@ -2034,7 +2034,7 @@ gimp_image_get_active_channel (gint32 image_ID)
* 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
+ * 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.
*
diff --git a/tools/pdbgen/pdb/image.pdb b/tools/pdbgen/pdb/image.pdb
index eee3949..657b8fe 100644
--- a/tools/pdbgen/pdb/image.pdb
+++ b/tools/pdbgen/pdb/image.pdb
@@ -1892,7 +1892,7 @@ sub image_set_active_channel {
$help = <<'HELP';
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
this procedure will return an execution error.
HELP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]