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



commit 139fb874a3088b6591721a967e2ba44920877d0c
Author: Kevin Cozens <kcozens svn gnome org>
Date:   Sat Apr 16 14:50:10 2011 -0400

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

 app/pdb/context-cmds.c       |    2 +-
 libgimp/gimpcontext_pdb.c    |    2 +-
 tools/pdbgen/pdb/context.pdb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/context-cmds.c b/app/pdb/context-cmds.c
index 0c5e689..013cfa6 100644
--- a/app/pdb/context-cmds.c
+++ b/app/pdb/context-cmds.c
@@ -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",
diff --git a/libgimp/gimpcontext_pdb.c b/libgimp/gimpcontext_pdb.c
index 778ae17..efb018b 100644
--- a/libgimp/gimpcontext_pdb.c
+++ b/libgimp/gimpcontext_pdb.c
@@ -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.
diff --git a/tools/pdbgen/pdb/context.pdb b/tools/pdbgen/pdb/context.pdb
index 0bd8d76..4c2e2a1 100644
--- a/tools/pdbgen/pdb/context.pdb
+++ b/tools/pdbgen/pdb/context.pdb
@@ -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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]