[gimp] Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin.



commit bc344a9991693a2a753dbca812153b16ad66c44e
Author: Jehan <jehan girinstud io>
Date:   Tue Mar 21 17:45:50 2017 +0100

    Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin.
    
    It was agreed that we should write "plug-in" consistently. Only possibly
    user-visible strings were updated.
    Thanks to scootergrisen for a first patch which could not make it
    after changing decision on the canonical writing.

 app/actions/actions.c                   |    2 +-
 app/config/gimpconfig-dump.c            |    2 +-
 app/config/gimpcoreconfig.c             |    2 +-
 app/core/core-enums.c                   |    2 +-
 app/dialogs/preferences-dialog.c        |    4 +-
 app/main.c                              |    2 +-
 app/menus/plug-in-menus.c               |    2 +-
 app/pdb/drawable-cmds.c                 |    2 +-
 app/pdb/image-cmds.c                    |    4 +-
 app/pdb/image-undo-cmds.c               |    4 +-
 app/pdb/plug-in-cmds.c                  |   26 +++++++++---------
 app/pdb/plug-in-compat-cmds.c           |    8 +++---
 app/pdb/procedural-db-cmds.c            |    2 +-
 app/plug-in/gimpplugin-cleanup.c        |    2 +-
 app/plug-in/gimpplugin-message.c        |   42 +++++++++++++++---------------
 app/plug-in/gimppluginmanager-restore.c |    2 +-
 app/plug-in/gimppluginmanager.c         |    4 +-
 app/plug-in/gimppluginprocedure.c       |    8 +++---
 app/plug-in/plug-in-rc.c                |    2 +-
 libgimp/gimpproceduraldb_pdb.c          |    2 +-
 libgimpbase/gimpbaseenums.c             |    2 +-
 plug-ins/common/contrast-normalize.c    |    4 +-
 plug-ins/common/curve-bend.c            |    2 +-
 plug-ins/common/file-glob.c             |    2 +-
 plug-ins/common/file-ps.c               |    2 +-
 plug-ins/common/mail.c                  |    2 +-
 plug-ins/common/nl-filter.c             |    2 +-
 plug-ins/common/plugin-browser.c        |    4 +-
 plug-ins/common/sphere-designer.c       |    2 +-
 plug-ins/imagemap/imap_about.c          |    2 +-
 plug-ins/pygimp/gimpcolormodule.c       |    2 +-
 plug-ins/pygimp/gimpenumsmodule.c       |    2 +-
 plug-ins/pygimp/gimpmodule.c            |    2 +-
 plug-ins/pygimp/gimpthumbmodule.c       |    2 +-
 plug-ins/pygimp/gimpuimodule.c          |    2 +-
 plug-ins/screenshot/screenshot.c        |    2 +-
 36 files changed, 80 insertions(+), 80 deletions(-)
---
diff --git a/app/actions/actions.c b/app/actions/actions.c
index 9144eb7..da61e03 100644
--- a/app/actions/actions.c
+++ b/app/actions/actions.c
@@ -203,7 +203,7 @@ static const GimpActionFactoryEntry action_groups[] =
   { "patterns", N_("Patterns"), GIMP_ICON_PATTERN,
     patterns_actions_setup,
     patterns_actions_update },
-  { "plug-in", N_("Plug-Ins"), GIMP_ICON_PLUGIN,
+  { "plug-in", N_("Plug-ins"), GIMP_ICON_PLUGIN,
     plug_in_actions_setup,
     plug_in_actions_update },
   { "quick-mask", N_("Quick Mask"), GIMP_ICON_QUICK_MASK_ON,
diff --git a/app/config/gimpconfig-dump.c b/app/config/gimpconfig-dump.c
index f64c31e..ee1bad3 100644
--- a/app/config/gimpconfig-dump.c
+++ b/app/config/gimpconfig-dump.c
@@ -230,7 +230,7 @@ static const gchar *man_page_path =
 "@gimpdatadir@.\n"
 ".TP\n"
 ".I gimp_plug_in_dir\n"
-"Base to paths for architecture-specific plugins and modules, which is set\n"
+"Base to paths for architecture-specific plug-ins and modules, which is set\n"
 "to the value of the environment variable GIMP2_PLUGINDIR or to the\n"
 "compiled-in default value @gimpplugindir@.\n"
 ".TP\n"
diff --git a/app/config/gimpcoreconfig.c b/app/config/gimpcoreconfig.c
index 86f1def..1f4c4bd 100644
--- a/app/config/gimpcoreconfig.c
+++ b/app/config/gimpcoreconfig.c
@@ -183,7 +183,7 @@ gimp_core_config_class_init (GimpCoreConfigClass *klass)
   path = gimp_config_build_plug_in_path ("plug-ins");
   GIMP_CONFIG_PROP_PATH (object_class, PROP_PLUG_IN_PATH,
                          "plug-in-path",
-                         "Plug-In path",
+                         "Plug-in path",
                          PLUG_IN_PATH_BLURB,
                          GIMP_CONFIG_PATH_DIR_LIST, path,
                          GIMP_PARAM_STATIC_STRINGS |
diff --git a/app/core/core-enums.c b/app/core/core-enums.c
index 6379d64..edff1b5 100644
--- a/app/core/core-enums.c
+++ b/app/core/core-enums.c
@@ -853,7 +853,7 @@ gimp_undo_type_get_type (void)
     { GIMP_UNDO_GROUP_PARASITE_ATTACH, NC_("undo-type", "Attach parasite"), NULL },
     { GIMP_UNDO_GROUP_PARASITE_REMOVE, NC_("undo-type", "Remove parasite"), NULL },
     { GIMP_UNDO_GROUP_VECTORS_IMPORT, NC_("undo-type", "Import paths"), NULL },
-    { GIMP_UNDO_GROUP_MISC, NC_("undo-type", "Plug-In"), NULL },
+    { GIMP_UNDO_GROUP_MISC, NC_("undo-type", "Plug-in"), NULL },
     { GIMP_UNDO_IMAGE_TYPE, NC_("undo-type", "Image type"), NULL },
     { GIMP_UNDO_IMAGE_PRECISION, NC_("undo-type", "Image precision"), NULL },
     { GIMP_UNDO_IMAGE_SIZE, NC_("undo-type", "Image size"), NULL },
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 10bae92..105ceba 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -2815,9 +2815,9 @@ prefs_dialog_new (Gimp       *gimp,
         GIMP_HELP_PREFS_FOLDERS_MYPAINT_BRUSHES,
         N_("Select MyPaint Brush Folders"),
         "mypaint-brush-path", "mypaint-brush-path-writable" },
-      { N_("Plug-Ins"), N_("Plug-In Folders"), "folders-plug-ins",
+      { N_("Plug-ins"), N_("Plug-in Folders"), "folders-plug-ins",
         GIMP_HELP_PREFS_FOLDERS_PLUG_INS,
-        N_("Select Plug-In Folders"),
+        N_("Select plug-in Folders"),
         "plug-in-path", NULL },
       { N_("Scripts"), N_("Script-Fu Folders"), "folders-scripts",
         GIMP_HELP_PREFS_FOLDERS_SCRIPTS,
diff --git a/app/main.c b/app/main.c
index ee63cd6..9387931 100644
--- a/app/main.c
+++ b/app/main.c
@@ -202,7 +202,7 @@ static const GOptionEntry main_entries[] =
   {
     "no-shm", 0, G_OPTION_FLAG_REVERSE,
     G_OPTION_ARG_NONE, &use_shm,
-    N_("Do not use shared memory between GIMP and plugins"), NULL
+    N_("Do not use shared memory between GIMP and plug-ins"), NULL
   },
   {
     "no-cpu-accel", 0, G_OPTION_FLAG_REVERSE,
diff --git a/app/menus/plug-in-menus.c b/app/menus/plug-in-menus.c
index 3f9ddd9..750ce3b 100644
--- a/app/menus/plug-in-menus.c
+++ b/app/menus/plug-in-menus.c
@@ -105,7 +105,7 @@ plug_in_menus_setup (GimpUIManager *manager,
       gchar *action_path;
 
       action_name = g_strdup_printf ("filter-recent-%02d", i + 1);
-      action_path = g_strdup_printf ("%s/Filters/Recently Used/Plug-Ins",
+      action_path = g_strdup_printf ("%s/Filters/Recently Used/Plug-ins",
                                      ui_path);
 
       gtk_ui_manager_add_ui (GTK_UI_MANAGER (manager), merge_id,
diff --git a/app/pdb/drawable-cmds.c b/app/pdb/drawable-cmds.c
index c1e21e6..377212c 100644
--- a/app/pdb/drawable-cmds.c
+++ b/app/pdb/drawable-cmds.c
@@ -521,7 +521,7 @@ drawable_merge_shadow_invoker (GimpProcedure         *procedure,
                                      GIMP_PDB_ITEM_CONTENT, error) &&
           gimp_pdb_item_is_not_group (GIMP_ITEM (drawable), error))
         {
-          const gchar *undo_desc = _("Plug-In");
+          const gchar *undo_desc = _("Plug-in");
 
           if (gimp->plug_in_manager->current_plug_in)
             undo_desc = gimp_plug_in_get_undo_desc (gimp->plug_in_manager->current_plug_in);
diff --git a/app/pdb/image-cmds.c b/app/pdb/image-cmds.c
index 00c3e10..5efbbaa 100644
--- a/app/pdb/image-cmds.c
+++ b/app/pdb/image-cmds.c
@@ -5029,7 +5029,7 @@ register_image_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-image-get-tattoo-state",
                                      "Returns the tattoo state associated with the image.",
-                                     "This procedure returns the tattoo state of the image. Use only by 
save/load plugins that wish to preserve an images tattoo state. Using this function at other times will 
produce unexpected results.",
+                                     "This procedure returns the tattoo state of the image. Use only by 
save/load plug-ins that wish to preserve an images tattoo state. Using this function at other times will 
produce unexpected results.",
                                      "Andy Thomas",
                                      "Andy Thomas",
                                      "2000",
@@ -5058,7 +5058,7 @@ register_image_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-image-set-tattoo-state",
                                      "Set the tattoo state associated with the image.",
-                                     "This procedure sets the tattoo state of the image. Use only by 
save/load plugins that wish to preserve an images tattoo state. Using this function at other times will 
produce unexpected results. A full check of uniqueness of states in layers, channels and paths will be 
performed by this procedure and a execution failure will be returned if this fails. A failure will also be 
returned if the new tattoo state value is less than the maximum tattoo value from all of the tattoos from the 
paths, layers and channels. After the image data has been loaded and all the tattoos have been set then this 
is the last procedure that should be called. If effectively does a status check on the tattoo values that 
have been set to make sure that all is OK.",
+                                     "This procedure sets the tattoo state of the image. Use only by 
save/load plug-ins that wish to preserve an images tattoo state. Using this function at other times will 
produce unexpected results. A full check of uniqueness of states in layers, channels and paths will be 
performed by this procedure and a execution failure will be returned if this fails. A failure will also be 
returned if the new tattoo state value is less than the maximum tattoo value from all of the tattoos from the 
paths, layers and channels. After the image data has been loaded and all the tattoos have been set then this 
is the last procedure that should be called. If effectively does a status check on the tattoo values that 
have been set to make sure that all is OK.",
                                      "Andy Thomas",
                                      "Andy Thomas",
                                      "2000",
diff --git a/app/pdb/image-undo-cmds.c b/app/pdb/image-undo-cmds.c
index 515d52e..30ce930 100644
--- a/app/pdb/image-undo-cmds.c
+++ b/app/pdb/image-undo-cmds.c
@@ -339,7 +339,7 @@ register_image_undo_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-image-undo-is-enabled",
                                      "Check if the image's undo stack is enabled.",
-                                     "This procedure checks if the image's undo stack is currently enabled 
or disabled. This is useful when several plugins or scripts call each other and want to check if their caller 
has already used 'gimp-image-undo-disable' or 'gimp-image-undo-freeze'.",
+                                     "This procedure checks if the image's undo stack is currently enabled 
or disabled. This is useful when several plug-ins or scripts call each other and want to check if their 
caller has already used 'gimp-image-undo-disable' or 'gimp-image-undo-freeze'.",
                                      "Rapha\xc3\xabl Quinet <raphael gimp org>",
                                      "Rapha\xc3\xabl Quinet",
                                      "1999",
@@ -455,7 +455,7 @@ register_image_undo_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-image-undo-thaw",
                                      "Thaw the image's undo stack.",
-                                     "This procedure thaws the image's undo stack, allowing subsequent 
operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-freeze' 
to temporarily freeze an image undo stack. 'gimp-image-undo-thaw' does NOT free the undo stack as 
'gimp-image-undo-enable' does, so is suited for situations where one wishes to leave the undo stack in the 
same state in which one found it despite non-destructively playing with the image in the meantime. An example 
would be in-situ plugin previews. Balancing freezes and thaws and ensuring image consistency is the 
responsibility of the caller.",
+                                     "This procedure thaws the image's undo stack, allowing subsequent 
operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-freeze' 
to temporarily freeze an image undo stack. 'gimp-image-undo-thaw' does NOT free the undo stack as 
'gimp-image-undo-enable' does, so is suited for situations where one wishes to leave the undo stack in the 
same state in which one found it despite non-destructively playing with the image in the meantime. An example 
would be in-situ plug-in previews. Balancing freezes and thaws and ensuring image consistency is the 
responsibility of the caller.",
                                      "Adam D. Moss",
                                      "Adam D. Moss",
                                      "1999",
diff --git a/app/pdb/plug-in-cmds.c b/app/pdb/plug-in-cmds.c
index e0a3de0..d53e21b 100644
--- a/app/pdb/plug-in-cmds.c
+++ b/app/pdb/plug-in-cmds.c
@@ -413,8 +413,8 @@ register_plug_in_procs (GimpPDB *pdb)
                                "gimp-plugins-query");
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-plugins-query",
-                                     "Queries the plugin database for its contents.",
-                                     "This procedure queries the contents of the plugin database.",
+                                     "Queries the plug-in database for its contents.",
+                                     "This procedure queries the contents of the plug-in database.",
                                      "Andy Thomas",
                                      "Andy Thomas",
                                      "1998",
@@ -429,18 +429,18 @@ register_plug_in_procs (GimpPDB *pdb)
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32 ("num-plugins",
                                                           "num plugins",
-                                                          "The number of plugins",
+                                                          "The number of plug-ins",
                                                           0, G_MAXINT32, 0,
                                                           GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_string_array ("menu-path",
                                                                  "menu path",
-                                                                 "The menu path of the plugin",
+                                                                 "The menu path of the plug-in",
                                                                  GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32 ("num-plugins",
                                                           "num plugins",
-                                                          "The number of plugins",
+                                                          "The number of plug-ins",
                                                           0, G_MAXINT32, 0,
                                                           GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
@@ -451,46 +451,46 @@ register_plug_in_procs (GimpPDB *pdb)
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32 ("num-plugins",
                                                           "num plugins",
-                                                          "The number of plugins",
+                                                          "The number of plug-ins",
                                                           0, G_MAXINT32, 0,
                                                           GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_string_array ("plugin-location",
                                                                  "plugin location",
-                                                                 "Location of the plugin program",
+                                                                 "Location of the plug-in program",
                                                                  GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32 ("num-plugins",
                                                           "num plugins",
-                                                          "The number of plugins",
+                                                          "The number of plug-ins",
                                                           0, G_MAXINT32, 0,
                                                           GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_string_array ("plugin-image-type",
                                                                  "plugin image type",
-                                                                 "Type of image that this plugin will work 
on",
+                                                                 "Type of image that this plug-in will work 
on",
                                                                  GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32 ("num-plugins",
                                                           "num plugins",
-                                                          "The number of plugins",
+                                                          "The number of plug-ins",
                                                           0, G_MAXINT32, 0,
                                                           GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32_array ("plugin-install-time",
                                                                 "plugin install time",
-                                                                "Time that the plugin was installed",
+                                                                "Time that the plug-in was installed",
                                                                 GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_int32 ("num-plugins",
                                                           "num plugins",
-                                                          "The number of plugins",
+                                                          "The number of plug-ins",
                                                           0, G_MAXINT32, 0,
                                                           GIMP_PARAM_READWRITE));
   gimp_procedure_add_return_value (procedure,
                                    gimp_param_spec_string_array ("plugin-real-name",
                                                                  "plugin real name",
-                                                                 "The internal name of the plugin",
+                                                                 "The internal name of the plug-in",
                                                                  GIMP_PARAM_READWRITE));
   gimp_pdb_register_procedure (pdb, procedure);
   g_object_unref (procedure);
diff --git a/app/pdb/plug-in-compat-cmds.c b/app/pdb/plug-in-compat-cmds.c
index ca4f277..42fe18a 100644
--- a/app/pdb/plug-in-compat-cmds.c
+++ b/app/pdb/plug-in-compat-cmds.c
@@ -6435,7 +6435,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "plug-in-laplace",
                                      "High-resolution edge detection",
-                                     "This plugin creates one-pixel wide edges from the image, with the 
value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle). The 
image has to be laplacered to get useful results, a gauss_iir with 1.5 - 5.0 depending on the noise in the 
image is best.",
+                                     "This plug-in creates one-pixel wide edges from the image, with the 
value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle). The 
image has to be laplacered to get useful results, a gauss_iir with 1.5 - 5.0 depending on the noise in the 
image is best.",
                                      "Compatibility procedure. Please see 'gegl:edge-laplace' for credits.",
                                      "Compatibility procedure. Please see 'gegl:edge-laplace' for credits.",
                                      "2013",
@@ -6543,7 +6543,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "plug-in-make-seamless",
                                      "Alters edges to make the image seamlessly tileable",
-                                     "This plugin creates a seamless tileable from the input drawable.",
+                                     "This plug-in creates a seamless tileable from the input drawable.",
                                      "Compatibility procedure. Please see 'gegl:tile-seamless' for credits.",
                                      "Compatibility procedure. Please see 'gegl:tile-seamless' for credits.",
                                      "2013",
@@ -7715,7 +7715,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "plug-in-semiflatten",
                                      "Replace partial transparency with the current background color",
-                                     "This plugin flattens pixels in an RGBA image that aren't completely 
transparent against the current GIMP background color.",
+                                     "This plug-in flattens pixels in an RGBA image that aren't completely 
transparent against the current GIMP background color.",
                                      "Spencer Kimball & Peter Mattis",
                                      "Spencer Kimball & Peter Mattis",
                                      "1997",
@@ -7915,7 +7915,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "plug-in-sobel",
                                      "Specialized direction-dependent edge detection",
-                                     "This plugin calculates the gradient with a sobel operator. The user 
can specify which direction to use. When both directions are used, the result is the RMS of the two 
gradients; if only one direction is used, the result either the absolute value of the gradient, or 127 + 
gradient (if the 'keep sign' switch is on). This way, information about the direction of the gradient is 
preserved. Resulting images are not autoscaled.\"",
+                                     "This plug-in calculates the gradient with a sobel operator. The user 
can specify which direction to use. When both directions are used, the result is the RMS of the two 
gradients; if only one direction is used, the result either the absolute value of the gradient, or 127 + 
gradient (if the 'keep sign' switch is on). This way, information about the direction of the gradient is 
preserved. Resulting images are not autoscaled.\"",
                                      "Compatibility procedure. Please see 'gegl:edge-sobel' for credits.",
                                      "Compatibility procedure. Please see 'gegl:edge-sobel' for credits.",
                                      "2014",
diff --git a/app/pdb/procedural-db-cmds.c b/app/pdb/procedural-db-cmds.c
index 9556578..4bf7762 100644
--- a/app/pdb/procedural-db-cmds.c
+++ b/app/pdb/procedural-db-cmds.c
@@ -592,7 +592,7 @@ register_procedural_db_procs (GimpPDB *pdb)
   gimp_procedure_add_argument (procedure,
                                gimp_param_spec_string ("proc-type",
                                                        "proc type",
-                                                       "The regex for procedure type: { 'Internal GIMP 
procedure', 'GIMP Plug-In', 'GIMP Extension', 'Temporary Procedure' }",
+                                                       "The regex for procedure type: { 'Internal GIMP 
procedure', 'GIMP Plug-in', 'GIMP Extension', 'Temporary Procedure' }",
                                                        TRUE, FALSE, FALSE,
                                                        NULL,
                                                        GIMP_PARAM_READWRITE));
diff --git a/app/plug-in/gimpplugin-cleanup.c b/app/plug-in/gimpplugin-cleanup.c
index e4fbe4a..8903c32 100644
--- a/app/plug-in/gimpplugin-cleanup.c
+++ b/app/plug-in/gimpplugin-cleanup.c
@@ -279,7 +279,7 @@ gimp_plug_in_cleanup_image (GimpPlugInProcFrame    *proc_frame,
 
   if (cleanup->undo_group_count != gimp_image_get_undo_group_count (image))
     {
-      g_message ("Plug-In '%s' left image undo in inconsistent state, "
+      g_message ("Plug-in '%s' left image undo in inconsistent state, "
                  "closing open undo groups.",
                  gimp_procedure_get_label (proc_frame->procedure));
 
diff --git a/app/plug-in/gimpplugin-message.c b/app/plug-in/gimpplugin-message.c
index a9296eb..ad3090b 100644
--- a/app/plug-in/gimpplugin-message.c
+++ b/app/plug-in/gimpplugin-message.c
@@ -95,7 +95,7 @@ gimp_plug_in_handle_message (GimpPlugIn      *plug_in,
 
     case GP_CONFIG:
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent a CONFIG message.  This should not happen.",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -108,7 +108,7 @@ gimp_plug_in_handle_message (GimpPlugIn      *plug_in,
 
     case GP_TILE_ACK:
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent a TILE_ACK message.  This should not happen.",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -117,7 +117,7 @@ gimp_plug_in_handle_message (GimpPlugIn      *plug_in,
 
     case GP_TILE_DATA:
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent a TILE_DATA message.  This should not happen.",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -134,7 +134,7 @@ gimp_plug_in_handle_message (GimpPlugIn      *plug_in,
 
     case GP_TEMP_PROC_RUN:
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent a TEMP_PROC_RUN message.  This should not happen.",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -237,7 +237,7 @@ gimp_plug_in_handle_tile_put (GimpPlugIn *plug_in,
   if (! GIMP_IS_DRAWABLE (drawable))
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "tried writing to invalid drawable %d (killing)",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file),
@@ -248,7 +248,7 @@ gimp_plug_in_handle_tile_put (GimpPlugIn *plug_in,
   else if (gimp_item_is_removed (GIMP_ITEM (drawable)))
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "tried writing to drawable %d which was removed "
                     "from the image (killing)",
                     gimp_object_get_name (plug_in),
@@ -275,7 +275,7 @@ gimp_plug_in_handle_tile_put (GimpPlugIn *plug_in,
       if (gimp_item_is_content_locked (GIMP_ITEM (drawable)))
         {
           gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                        "Plug-In \"%s\"\n(%s)\n\n"
+                        "Plug-in \"%s\"\n(%s)\n\n"
                         "tried writing to a locked drawable %d (killing)",
                         gimp_object_get_name (plug_in),
                         gimp_file_get_utf8_name (plug_in->file),
@@ -286,7 +286,7 @@ gimp_plug_in_handle_tile_put (GimpPlugIn *plug_in,
       else if (gimp_viewable_get_children (GIMP_VIEWABLE (drawable)))
         {
           gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                        "Plug-In \"%s\"\n(%s)\n\n"
+                        "Plug-in \"%s\"\n(%s)\n\n"
                         "tried writing to a group layer %d (killing)",
                         gimp_object_get_name (plug_in),
                         gimp_file_get_utf8_name (plug_in->file),
@@ -305,7 +305,7 @@ gimp_plug_in_handle_tile_put (GimpPlugIn *plug_in,
                                         &tile_rect))
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "requested invalid tile (killing)",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -362,7 +362,7 @@ gimp_plug_in_handle_tile_get (GimpPlugIn *plug_in,
   if (! GIMP_IS_DRAWABLE (drawable))
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "tried reading from invalid drawable %d (killing)",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file),
@@ -373,7 +373,7 @@ gimp_plug_in_handle_tile_get (GimpPlugIn *plug_in,
   else if (gimp_item_is_removed (GIMP_ITEM (drawable)))
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "tried reading from drawable %d which was removed "
                     "from the image (killing)",
                     gimp_object_get_name (plug_in),
@@ -401,7 +401,7 @@ gimp_plug_in_handle_tile_get (GimpPlugIn *plug_in,
                                         &tile_rect))
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "requested invalid tile (killing)",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -539,7 +539,7 @@ gimp_plug_in_handle_proc_run (GimpPlugIn *plug_in,
           if (plug_in->manager->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
             {
               gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_WARNING,
-                            "Plug-In \"%s\"\n(%s)\n"
+                            "Plug-in \"%s\"\n(%s)\n"
                             "called deprecated procedure '%s'.\n"
                             "It should call '%s' instead!",
                             gimp_object_get_name (plug_in),
@@ -555,7 +555,7 @@ gimp_plug_in_handle_proc_run (GimpPlugIn *plug_in,
           if (! strcmp (procedure->deprecated, "NONE"))
             {
               gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_WARNING,
-                            "Plug-In \"%s\"\n(%s)\n"
+                            "Plug-in \"%s\"\n(%s)\n"
                             "called deprecated procedure '%s'.",
                             gimp_object_get_name (plug_in),
                             gimp_file_get_utf8_name (plug_in->file),
@@ -564,7 +564,7 @@ gimp_plug_in_handle_proc_run (GimpPlugIn *plug_in,
           else
             {
               gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_WARNING,
-                            "WARNING: Plug-In \"%s\"\n(%s)\n"
+                            "WARNING: Plug-in \"%s\"\n(%s)\n"
                             "called deprecated procedure '%s'.\n"
                             "It should call '%s' instead!",
                             gimp_object_get_name (plug_in),
@@ -692,7 +692,7 @@ gimp_plug_in_handle_temp_proc_return (GimpPlugIn   *plug_in,
   else
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent a TEMP_PROC_RETURN message while not running "
                     "a temporary procedure.  This should not happen.",
                     gimp_object_get_name (plug_in),
@@ -730,7 +730,7 @@ gimp_plug_in_handle_proc_install (GimpPlugIn    *plug_in,
           proc_install->params[i - 1].type != GIMP_PDB_INT32)
         {
           gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                        "Plug-In \"%s\"\n(%s)\n\n"
+                        "Plug-in \"%s\"\n(%s)\n\n"
                         "attempted to install procedure \"%s\" "
                         "which fails to comply with the array parameter "
                         "passing standard.  Argument %d is noncompliant.",
@@ -791,7 +791,7 @@ gimp_plug_in_handle_proc_install (GimpPlugIn    *plug_in,
   if (null_name)
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "attempted to install a procedure NULL parameter name.",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -802,7 +802,7 @@ gimp_plug_in_handle_proc_install (GimpPlugIn    *plug_in,
   if (! valid_utf8)
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "attempted to install a procedure with invalid UTF-8 strings.",
                     gimp_object_get_name (plug_in),
                     gimp_file_get_utf8_name (plug_in->file));
@@ -935,7 +935,7 @@ gimp_plug_in_handle_extension_ack (GimpPlugIn *plug_in)
   else
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent an EXTENSION_ACK message while not being started "
                     "as an extension.  This should not happen.",
                     gimp_object_get_name (plug_in),
@@ -954,7 +954,7 @@ gimp_plug_in_handle_has_init (GimpPlugIn *plug_in)
   else
     {
       gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
-                    "Plug-In \"%s\"\n(%s)\n\n"
+                    "Plug-in \"%s\"\n(%s)\n\n"
                     "sent an HAS_INIT message while not in query().  "
                     "This should not happen.",
                     gimp_object_get_name (plug_in),
diff --git a/app/plug-in/gimppluginmanager-restore.c b/app/plug-in/gimppluginmanager-restore.c
index 1b1f123..7fa38dd 100644
--- a/app/plug-in/gimppluginmanager-restore.c
+++ b/app/plug-in/gimppluginmanager-restore.c
@@ -234,7 +234,7 @@ gimp_plug_in_manager_search (GimpPlugInManager  *manager,
     }
 #endif /* G_OS_WIN32 */
 
-  status_callback (_("Searching Plug-Ins"), "", 0.0);
+  status_callback (_("Searching plug-ins"), "", 0.0);
 
   /* Give automatic tests a chance to use plug-ins from the build
    * dir
diff --git a/app/plug-in/gimppluginmanager.c b/app/plug-in/gimppluginmanager.c
index 34ab8b7..4638c42 100644
--- a/app/plug-in/gimppluginmanager.c
+++ b/app/plug-in/gimppluginmanager.c
@@ -255,13 +255,13 @@ gimp_plug_in_manager_initialize (GimpPlugInManager  *manager,
 
   config = manager->gimp->config;
 
-  status_callback (NULL, _("Plug-In Interpreters"), 0.8);
+  status_callback (NULL, _("Plug-in Interpreters"), 0.8);
 
   path = gimp_config_path_expand_to_files (config->interpreter_path, NULL);
   gimp_interpreter_db_load (manager->interpreter_db, path);
   g_list_free_full (path, (GDestroyNotify) g_object_unref);
 
-  status_callback (NULL, _("Plug-In Environment"), 0.9);
+  status_callback (NULL, _("Plug-in Environment"), 0.9);
 
   path = gimp_config_path_expand_to_files (config->environ_path, NULL);
   gimp_environ_table_load (manager->environ_table, path);
diff --git a/app/plug-in/gimppluginprocedure.c b/app/plug-in/gimppluginprocedure.c
index ad8214e..43bb276 100644
--- a/app/plug-in/gimppluginprocedure.c
+++ b/app/plug-in/gimppluginprocedure.c
@@ -614,7 +614,7 @@ gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure  *proc,
       basename = g_path_get_basename (gimp_file_get_utf8_name (proc->file));
 
       g_set_error (error, GIMP_PLUG_IN_ERROR, GIMP_PLUG_IN_FAILED,
-                   "Plug-In \"%s\"\n(%s)\n"
+                   "Plug-in \"%s\"\n(%s)\n"
                    "attempted to install procedure \"%s\"\n"
                    "in the invalid menu location \"%s\".\n"
                    "The menu path must look like either \"<Prefix>\" "
@@ -737,7 +737,7 @@ gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure  *proc,
       basename = g_path_get_basename (gimp_file_get_utf8_name (proc->file));
 
       g_set_error (error, GIMP_PLUG_IN_ERROR, GIMP_PLUG_IN_FAILED,
-                   "Plug-In \"%s\"\n(%s)\n"
+                   "Plug-in \"%s\"\n(%s)\n"
                    "attempted to install procedure \"%s\" "
                    "in the invalid menu location \"%s\".\n"
                    "Use either \"<Image>\", "
@@ -774,9 +774,9 @@ gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure  *proc,
       basename = g_path_get_basename (gimp_file_get_utf8_name (proc->file));
 
       g_set_error (error, GIMP_PLUG_IN_ERROR, GIMP_PLUG_IN_FAILED,
-                   "Plug-In \"%s\"\n(%s)\n\n"
+                   "Plug-in \"%s\"\n(%s)\n\n"
                    "attempted to install %s procedure \"%s\" "
-                   "which does not take the standard %s Plug-In "
+                   "which does not take the standard %s plug-in's "
                    "arguments: (%s).",
                    basename, gimp_file_get_utf8_name (proc->file),
                    prefix, gimp_object_get_name (proc), prefix,
diff --git a/app/plug-in/plug-in-rc.c b/app/plug-in/plug-in-rc.c
index 3f4f100..181a578 100644
--- a/app/plug-in/plug-in-rc.c
+++ b/app/plug-in/plug-in-rc.c
@@ -796,7 +796,7 @@ plug_in_rc_write (GSList  *plug_in_defs,
                                          "GIMP pluginrc\n\n"
                                          "This file can safely be removed and "
                                          "will be automatically regenerated by "
-                                         "querying the installed plugins.",
+                                         "querying the installed plug-ins.",
                                          error);
   if (!writer)
     return FALSE;
diff --git a/libgimp/gimpproceduraldb_pdb.c b/libgimp/gimpproceduraldb_pdb.c
index dd5c0af..25df787 100644
--- a/libgimp/gimpproceduraldb_pdb.c
+++ b/libgimp/gimpproceduraldb_pdb.c
@@ -105,7 +105,7 @@ gimp_procedural_db_dump (const gchar *filename)
  * @author: The regex for procedure author.
  * @copyright: The regex for procedure copyright.
  * @date: The regex for procedure date.
- * @proc_type: The regex for procedure type: { 'Internal GIMP procedure', 'GIMP Plug-In', 'GIMP Extension', 
'Temporary Procedure' }.
+ * @proc_type: The regex for procedure type: { 'Internal GIMP procedure', 'GIMP Plug-in', 'GIMP Extension', 
'Temporary Procedure' }.
  * @num_matches: The number of matching procedures.
  * @procedure_names: The list of procedure names.
  *
diff --git a/libgimpbase/gimpbaseenums.c b/libgimpbase/gimpbaseenums.c
index 4acfd75..5df24a3 100644
--- a/libgimpbase/gimpbaseenums.c
+++ b/libgimpbase/gimpbaseenums.c
@@ -1327,7 +1327,7 @@ gimp_pdb_proc_type_get_type (void)
   static const GimpEnumDesc descs[] =
   {
     { GIMP_INTERNAL, NC_("pdb-proc-type", "Internal GIMP procedure"), NULL },
-    { GIMP_PLUGIN, NC_("pdb-proc-type", "GIMP Plug-In"), NULL },
+    { GIMP_PLUGIN, NC_("pdb-proc-type", "GIMP Plug-in"), NULL },
     { GIMP_EXTENSION, NC_("pdb-proc-type", "GIMP Extension"), NULL },
     { GIMP_TEMPORARY, NC_("pdb-proc-type", "Temporary Procedure"), NULL },
     { 0, NULL, NULL }
diff --git a/plug-ins/common/contrast-normalize.c b/plug-ins/common/contrast-normalize.c
index 88608c9..f5c08e7 100644
--- a/plug-ins/common/contrast-normalize.c
+++ b/plug-ins/common/contrast-normalize.c
@@ -77,8 +77,8 @@ query (void)
 
   gimp_install_procedure (PLUG_IN_PROC,
                           N_("Stretch brightness values to cover the full range"),
-                          "This plugin performs almost the same operation as "
-                          "the 'contrast autostretch' plugin, except that it "
+                          "This plug-in performs almost the same operation as "
+                          "the 'contrast autostretch' plug-in, except that it "
                           "won't allow the color channels to normalize "
                           "independently.  This is actually what most people "
                           "probably want instead of contrast-autostretch; use "
diff --git a/plug-ins/common/curve-bend.c b/plug-ins/common/curve-bend.c
index 88245bd..d6216e4 100644
--- a/plug-ins/common/curve-bend.c
+++ b/plug-ins/common/curve-bend.c
@@ -538,7 +538,7 @@ query (void)
                           "before and rotated back after the bend operation. "
                           "This enables bending in other directions than "
                           "vertical. bending usually changes the size of "
-                          "the handled layer. this plugin sets the offsets "
+                          "the handled layer. this plug-in sets the offsets "
                           "of the handled layer to keep its center at the "
                           "same position",
                           PLUG_IN_AUTHOR,
diff --git a/plug-ins/common/file-glob.c b/plug-ins/common/file-glob.c
index 94f80a4..9365028 100644
--- a/plug-ins/common/file-glob.c
+++ b/plug-ins/common/file-glob.c
@@ -72,7 +72,7 @@ query (void)
 
   gimp_install_procedure (PLUG_IN_PROC,
                           "Returns a list of matching filenames",
-                          "This can be useful in scripts and other plugins "
+                          "This can be useful in scripts and other plug-ins "
                           "(e.g., batch-conversion). See the glob(7) manpage "
                           "for more info. Note however that this isn't a "
                           "full-featured glob implementation. It only handles "
diff --git a/plug-ins/common/file-ps.c b/plug-ins/common/file-ps.c
index 01679b1..d466ffd 100644
--- a/plug-ins/common/file-ps.c
+++ b/plug-ins/common/file-ps.c
@@ -2154,7 +2154,7 @@ save_ps_header (GOutputStream  *output,
     goto fail;
 
   if (! print (output, error,
-               "%%%%Creator: GIMP PostScript file plugin V %4.2f "
+               "%%%%Creator: GIMP PostScript file plug-in V %4.2f "
                "by Peter Kirchgessner\n", VERSIO))
     goto fail;
 
diff --git a/plug-ins/common/mail.c b/plug-ins/common/mail.c
index d882ed9..c17ee5d 100644
--- a/plug-ins/common/mail.c
+++ b/plug-ins/common/mail.c
@@ -740,7 +740,7 @@ sendmail_create_headers (FILE *mailpipe)
   if (strlen (mail_info.from) > 0)
     fprintf (mailpipe, "From: %s \n", mail_info.from);
 
-  fprintf (mailpipe, "X-Mailer: GIMP Useless Mail Plug-In %s\n", GIMP_VERSION);
+  fprintf (mailpipe, "X-Mailer: GIMP Useless Mail plug-in %s\n", GIMP_VERSION);
 
   fprintf (mailpipe, "MIME-Version: 1.0\n");
   fprintf (mailpipe, "Content-type: multipart/mixed; "
diff --git a/plug-ins/common/nl-filter.c b/plug-ins/common/nl-filter.c
index 1af50c0..b80cd91 100644
--- a/plug-ins/common/nl-filter.c
+++ b/plug-ins/common/nl-filter.c
@@ -119,7 +119,7 @@ query (void)
                           N_("Nonlinear swiss army knife filter"),
                           "This is the pnmnlfilt, in gimp's clothing.  "
                           "See the pnmnlfilt manpage for details.",
-                          "Graeme W. Gill, gimp 0.99 plugin by Eric L. Hernes",
+                          "Graeme W. Gill, gimp 0.99 plug-in by Eric L. Hernes",
                           "Graeme W. Gill, Eric L. Hernes",
                           "1997",
                           N_("_NL Filter..."),
diff --git a/plug-ins/common/plugin-browser.c b/plug-ins/common/plugin-browser.c
index b321ef8..ae93cce 100644
--- a/plug-ins/common/plugin-browser.c
+++ b/plug-ins/common/plugin-browser.c
@@ -141,7 +141,7 @@ query (void)
                           "Andy Thomas",
                           "Andy Thomas",
                           "1999",
-                          N_("_Plug-In Browser"),
+                          N_("_Plug-in Browser"),
                           "",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
@@ -543,7 +543,7 @@ browser_dialog_new (void)
 
   browser = g_new0 (PluginBrowser, 1);
 
-  browser->dialog = gimp_dialog_new (_("Plug-In Browser"), PLUG_IN_ROLE,
+  browser->dialog = gimp_dialog_new (_("Plug-in Browser"), PLUG_IN_ROLE,
                                      NULL, 0,
                                      gimp_standard_help_func, PLUG_IN_PROC,
 
diff --git a/plug-ins/common/sphere-designer.c b/plug-ins/common/sphere-designer.c
index 8df40d8..7c8a9fe 100644
--- a/plug-ins/common/sphere-designer.c
+++ b/plug-ins/common/sphere-designer.c
@@ -3028,7 +3028,7 @@ query (void)
 
   gimp_install_procedure (PLUG_IN_PROC,
                           N_("Create an image of a textured sphere"),
-                          "This plugin can be used to create textured and/or "
+                          "This plug-in can be used to create textured and/or "
                           "bumpmapped spheres, and uses a small lightweight "
                           "raytracer to perform the task with good quality",
                           "Vidar Madsen",
diff --git a/plug-ins/imagemap/imap_about.c b/plug-ins/imagemap/imap_about.c
index 7c1a4e9..5cedfc9 100644
--- a/plug-ins/imagemap/imap_about.c
+++ b/plug-ins/imagemap/imap_about.c
@@ -39,7 +39,7 @@ do_about_dialog(void)
 
        dialog = g_object_new (GTK_TYPE_ABOUT_DIALOG,
                               "transient-for", get_dialog(),
-                              "program-name",  _("Image Map Plug-In"),
+                              "program-name",  _("Image Map Plug-in"),
                               "version", "2.3",
                               "authors", authors,
                               "copyright",
diff --git a/plug-ins/pygimp/gimpcolormodule.c b/plug-ins/pygimp/gimpcolormodule.c
index 2fd2e56..6d8232e 100644
--- a/plug-ins/pygimp/gimpcolormodule.c
+++ b/plug-ins/pygimp/gimpcolormodule.c
@@ -387,7 +387,7 @@ static struct _PyGimpColor_Functions pygimpcolor_api_functions = {
 /* Initialization function for the module (*must* be called initgimpcolor) */
 
 static char gimpcolor_doc[] =
-"This module provides interfaces to allow you to write gimp plugins"
+"This module provides interfaces to allow you to write gimp plug-ins"
 ;
 
 void initgimpcolor(void);
diff --git a/plug-ins/pygimp/gimpenumsmodule.c b/plug-ins/pygimp/gimpenumsmodule.c
index e1fbee5..156df99 100644
--- a/plug-ins/pygimp/gimpenumsmodule.c
+++ b/plug-ins/pygimp/gimpenumsmodule.c
@@ -145,7 +145,7 @@ add_registered_enums(PyObject *m)
 /* Initialization function for the module (*must* be called initgimpenums) */
 
 static char gimpenums_doc[] =
-"This module provides interfaces to allow you to write gimp plugins"
+"This module provides interfaces to allow you to write gimp plug-ins"
 ;
 
 void init_gimpenums(void);
diff --git a/plug-ins/pygimp/gimpmodule.c b/plug-ins/pygimp/gimpmodule.c
index b138934..0e6ec5b 100644
--- a/plug-ins/pygimp/gimpmodule.c
+++ b/plug-ins/pygimp/gimpmodule.c
@@ -1883,7 +1883,7 @@ static struct _PyGimp_Functions pygimp_api_functions = {
 /* Initialization function for the module (*must* be called initgimp) */
 
 static char gimp_module_documentation[] =
-"This module provides interfaces to allow you to write gimp plugins"
+"This module provides interfaces to allow you to write gimp plug-ins"
 ;
 
 void initgimp(void);
diff --git a/plug-ins/pygimp/gimpthumbmodule.c b/plug-ins/pygimp/gimpthumbmodule.c
index a87b714..f7d7c16 100644
--- a/plug-ins/pygimp/gimpthumbmodule.c
+++ b/plug-ins/pygimp/gimpthumbmodule.c
@@ -37,7 +37,7 @@ extern PyMethodDef gimpthumb_functions[];
 
 
 static char gimpthumb_doc[] =
-"This module provides interfaces to allow you to write gimp plugins"
+"This module provides interfaces to allow you to write gimp plug-ins"
 ;
 
 void initgimpthumb(void);
diff --git a/plug-ins/pygimp/gimpuimodule.c b/plug-ins/pygimp/gimpuimodule.c
index 68f7cfd..0e75c86 100644
--- a/plug-ins/pygimp/gimpuimodule.c
+++ b/plug-ins/pygimp/gimpuimodule.c
@@ -42,7 +42,7 @@ extern PyMethodDef gimpui_functions[];
 
 
 static char gimpui_doc[] =
-"This module provides interfaces to allow you to write gimp plugins"
+"This module provides interfaces to allow you to write gimp plug-ins"
 ;
 
 void init_gimpui(void);
diff --git a/plug-ins/screenshot/screenshot.c b/plug-ins/screenshot/screenshot.c
index cd582e6..9a72aca 100644
--- a/plug-ins/screenshot/screenshot.c
+++ b/plug-ins/screenshot/screenshot.c
@@ -130,7 +130,7 @@ query (void)
                           "are optional and can be used to specify the corners "
                           "of the region to be grabbed."
                           "On Mac OS X or on gnome-shell, "
-                          "when called non-interactively, the plugin"
+                          "when called non-interactively, the plug-in"
                           "only can take screenshots of the entire root window."
                           "Grabbing a window or a region is not supported"
                           "non-interactively. To grab a region or a particular"


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