Fixed grammatical error in help text for gimp-context-set-feather-radius
This commit is contained in:
@ -1918,7 +1918,7 @@ register_context_procs (GimpPDB *pdb)
|
||||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-context-set-feather-radius",
|
||||
"Set the feather radius setting.",
|
||||
"This procedure modifies the feather radius setting. This setting affects the all procedures that are affected by 'gimp-context-set-feather'.",
|
||||
"This procedure modifies the feather radius setting. This setting affects all procedures that are affected by 'gimp-context-set-feather'.",
|
||||
"Michael Natterer <mitch@gimp.org>",
|
||||
"Michael Natterer",
|
||||
"2010",
|
||||
|
@ -1084,7 +1084,7 @@ gimp_context_get_feather_radius (gdouble *feather_radius_x,
|
||||
* Set the feather radius setting.
|
||||
*
|
||||
* This procedure modifies the feather radius setting. This setting
|
||||
* affects the all procedures that are affected by
|
||||
* affects all procedures that are affected by
|
||||
* gimp_context_set_feather().
|
||||
*
|
||||
* Returns: TRUE on success.
|
||||
|
@ -881,7 +881,7 @@ sub context_set_feather_radius {
|
||||
$help = <<'HELP';
|
||||
This procedure modifies the feather radius setting.
|
||||
|
||||
This setting affects the all procedures that are affected
|
||||
This setting affects all procedures that are affected
|
||||
by gimp_context_set_feather().
|
||||
HELP
|
||||
|
||||
|
Reference in New Issue
Block a user