Fixed grammatical error in help text for gimp-context-set-feather-radius

This commit is contained in:
Kevin Cozens
2011-04-16 14:50:10 -04:00
parent b04c6889ac
commit 139fb874a3
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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.

View File

@ -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