mirror of https://github.com/GNOME/gimp.git
fix typo "equalizee"
This commit is contained in:
parent
ff6c2807be
commit
0025f9f354
|
@ -865,7 +865,7 @@ register_color_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-equalize",
|
||||
"Equalize the contents of the specified drawable.",
|
||||
"This procedure equalizes the contents of the specified drawable. Each intensity channel is equalizeed independently. The equalized intensity is given as inten' = (255 - inten). Indexed color drawables are not valid for this operation. The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.",
|
||||
"This procedure equalizes the contents of the specified drawable. Each intensity channel is equalized independently. The equalized intensity is given as inten' = (255 - inten). Indexed color drawables are not valid for this operation. The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1995-1996",
|
||||
|
|
|
@ -300,7 +300,7 @@ gimp_desaturate_full (gint32 drawable_ID,
|
|||
* Equalize the contents of the specified drawable.
|
||||
*
|
||||
* This procedure equalizes the contents of the specified drawable.
|
||||
* Each intensity channel is equalizeed independently. The equalized
|
||||
* Each intensity channel is equalized independently. The equalized
|
||||
* intensity is given as inten' = (255 - inten). Indexed color
|
||||
* drawables are not valid for this operation. The 'mask_only' option
|
||||
* specifies whether to adjust only the area of the image within the
|
||||
|
|
|
@ -281,7 +281,7 @@ sub equalize {
|
|||
|
||||
$help = <<'HELP';
|
||||
This procedure equalizes the contents of the specified drawable. Each intensity
|
||||
channel is equalizeed independently. The equalized intensity is given as inten'
|
||||
channel is equalized independently. The equalized intensity is given as inten'
|
||||
= (255 - inten). Indexed color drawables are not valid for this operation. The
|
||||
'mask_only' option specifies whether to adjust only the area of the image
|
||||
within the selection bounds, or the entire image based on the histogram of the
|
||||
|
|
Loading…
Reference in New Issue