mirror of https://github.com/GNOME/gimp.git
pdb: fix typo in edit-paste's help
This commit is contained in:
parent
f5f25de606
commit
be91db8107
|
@ -1032,7 +1032,7 @@ register_edit_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-edit-paste",
|
||||
"Paste buffer to the specified drawable.",
|
||||
"This procedure pastes a copy of the internal GIMP edit buffer to the specified drawable. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. The \"paste_into\" option specifies whether to clear the current image selection, or to paste the buffer \"behind\" the selection. This allows the selection to act as a mask for the pasted buffer. Anywhere that the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection will be anchored to it's drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.",
|
||||
"This procedure pastes a copy of the internal GIMP edit buffer to the specified drawable. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. The \"paste_into\" option specifies whether to clear the current image selection, or to paste the buffer \"behind\" the selection. This allows the selection to act as a mask for the pasted buffer. Anywhere that the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection will be anchored to its drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1995-1996",
|
||||
|
|
|
@ -164,7 +164,7 @@ gimp_edit_copy_visible (gint32 image_ID)
|
|||
* show through. The pasted buffer will be a new layer in the image
|
||||
* which is designated as the image floating selection. If the image
|
||||
* has a floating selection at the time of pasting, the old floating
|
||||
* selection will be anchored to it's drawable before the new floating
|
||||
* selection will be anchored to its drawable before the new floating
|
||||
* selection is added. This procedure returns the new floating layer.
|
||||
* The resulting floating selection will already be attached to the
|
||||
* specified drawable, and a subsequent call to floating_sel_attach is
|
||||
|
|
|
@ -178,7 +178,7 @@ the selection mask is non-zero, the pasted buffer will show
|
|||
through. The pasted buffer will be a new layer in the image which is
|
||||
designated as the image floating selection. If the image has a
|
||||
floating selection at the time of pasting, the old floating selection
|
||||
will be anchored to it's drawable before the new floating selection is
|
||||
will be anchored to its drawable before the new floating selection is
|
||||
added. This procedure returns the new floating layer. The resulting
|
||||
floating selection will already be attached to the specified drawable,
|
||||
and a subsequent call to floating_sel_attach is not needed.
|
||||
|
|
Loading…
Reference in New Issue