[gimp] String review: fix some spelling and formatting issues



commit 841c8a7ebe7871d5a67111e1b873ecbd4d70b563
Author: Bruce Cowan <bruce bcowan me uk>
Date:   Sat Aug 27 13:49:19 2011 +0100

    String review: fix some spelling and formatting issues

 app/actions/select-actions.c             |    2 +-
 app/paint/gimppaintoptions.c             |    2 +-
 app/tools/gimpmagnifyoptions.c           |    2 +-
 plug-ins/common/file-html-table.c        |    4 ++--
 plug-ins/common/file-xmc.c               |    8 ++++----
 plug-ins/file-psd/psd-load.c             |    2 +-
 plug-ins/script-fu/scripts/chrome-it.scm |    2 +-
 plug-ins/script-fu/scripts/line-nova.scm |    2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/app/actions/select-actions.c b/app/actions/select-actions.c
index 9527bcb..76a25c4 100644
--- a/app/actions/select-actions.c
+++ b/app/actions/select-actions.c
@@ -79,7 +79,7 @@ static const GimpActionEntry select_actions[] =
 
   { "select-sharpen", NULL,
     NC_("select-action", "_Sharpen"), NULL,
-    NC_("select-action", "Remove fuzzyness from the selection"),
+    NC_("select-action", "Remove fuzziness from the selection"),
     G_CALLBACK (select_sharpen_cmd_callback),
     GIMP_HELP_SELECTION_SHARPEN },
 
diff --git a/app/paint/gimppaintoptions.c b/app/paint/gimppaintoptions.c
index 5ca9234..9b62e24 100644
--- a/app/paint/gimppaintoptions.c
+++ b/app/paint/gimppaintoptions.c
@@ -162,7 +162,7 @@ gimp_paint_options_class_init (GimpPaintOptionsClass *klass)
                                  GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_HARD,
-                                    "hard", _("Ignore fuzzyness of the current brush"),
+                                    "hard", _("Ignore fuzziness of the current brush"),
                                     DEFAULT_HARD,
                                     GIMP_PARAM_STATIC_STRINGS);
 
diff --git a/app/tools/gimpmagnifyoptions.c b/app/tools/gimpmagnifyoptions.c
index 6865811..e7d5560 100644
--- a/app/tools/gimpmagnifyoptions.c
+++ b/app/tools/gimpmagnifyoptions.c
@@ -76,7 +76,7 @@ gimp_magnify_options_class_init (GimpMagnifyOptionsClass *klass)
 
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_AUTO_RESIZE,
                                     "auto-resize",
-                                    N_("Resize image window to accomodate "
+                                    N_("Resize image window to accommodate "
                                        "new zoom level"),
                                     FALSE,
                                     GIMP_PARAM_STATIC_STRINGS);
diff --git a/plug-ins/common/file-html-table.c b/plug-ins/common/file-html-table.c
index ebec6d4..66a1656 100644
--- a/plug-ins/common/file-html-table.c
+++ b/plug-ins/common/file-html-table.c
@@ -616,7 +616,7 @@ save_dialog (gint32 image_ID)
                              spinbutton, 1, TRUE);
 
   gimp_help_set_help_data (spinbutton,
-                           _("The amount of cellpadding."), NULL);
+                           _("The amount of cell padding."), NULL);
 
   g_signal_connect (adj, "value-changed",
                     G_CALLBACK (gimp_int_adjustment_update),
@@ -629,7 +629,7 @@ save_dialog (gint32 image_ID)
                              spinbutton, 1, TRUE);
 
   gimp_help_set_help_data (spinbutton,
-                           _("The amount of cellspacing."), NULL);
+                           _("The amount of cell spacing."), NULL);
 
   g_signal_connect (adj, "value-changed",
                     G_CALLBACK (gimp_int_adjustment_update),
diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c
index aa60fdb..f299bec 100644
--- a/plug-ins/common/file-xmc.c
+++ b/plug-ins/common/file-xmc.c
@@ -1086,7 +1086,7 @@ save_dialog (const gint32 image_ID, GimpParamRegion *hotspotRange)
                     G_CALLBACK (gimp_int_adjustment_update),
                     &xmcparas.x);
   gimp_help_set_help_data (tmpwidget,
-                         _("Enter the X coordinate of the hot spot."
+                         _("Enter the X coordinate of the hot spot. "
                            "The origin is top left corner."),
                          NULL);
   gimp_table_attach_aligned (GTK_TABLE (table), 0, 0,
@@ -1104,7 +1104,7 @@ save_dialog (const gint32 image_ID, GimpParamRegion *hotspotRange)
                     &xmcparas.y);
   /* tooltip */
   gimp_help_set_help_data (tmpwidget,
-                         _("Enter the Y coordinate of the hot spot."
+                         _("Enter the Y coordinate of the hot spot. "
                            "The origin is top left corner."),
                          NULL);
   gimp_table_attach_aligned (GTK_TABLE (table), 1, 0,
@@ -1726,10 +1726,10 @@ save_image (const gchar *filename,
   if (size_warn)
     {
       g_message (_("Your cursor was successfully saved but it contains one "
-                   "or more frames which nominal size is not "
+                   "or more frames whose nominal size is not "
                    "supported by gnome-appearance-properties.\n"
                    "You can satisfy it by checking \"Replace the size of all "
-                   "frame...\" in save dialog, or Your cursor may not appear "
+                   "frame...\" in the save dialog, or your cursor may not appear "
                    "in gnome-appearance-properties."));
     }
   /*
diff --git a/plug-ins/file-psd/psd-load.c b/plug-ins/file-psd/psd-load.c
index 3529bae..b6bff14 100644
--- a/plug-ins/file-psd/psd-load.c
+++ b/plug-ins/file-psd/psd-load.c
@@ -266,7 +266,7 @@ read_header_block (PSDimage  *img_a,
   if (memcmp (sig, "8BPS", 4) != 0)
     {
       g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
-                  _("Not a valid photoshop document file"));
+                  _("Not a valid Photoshop document file"));
       return -1;
     }
 
diff --git a/plug-ins/script-fu/scripts/chrome-it.scm b/plug-ins/script-fu/scripts/chrome-it.scm
index 5072708..4bc54ea 100644
--- a/plug-ins/script-fu/scripts/chrome-it.scm
+++ b/plug-ins/script-fu/scripts/chrome-it.scm
@@ -101,7 +101,7 @@
         (brush-size (sota-scale size 0.5 chrome-factor))
         (mask (car (gimp-channel-new img width height "Chrome Stencil" 50 '(0 0 0))))
         (bg-layer (car (gimp-layer-new img width height GRAY-IMAGE _"Background" 100 NORMAL-MODE)))
-        (layer1 (car (gimp-layer-new img banding-width banding-height banding-type _"Layer1" 100 NORMAL-MODE)))
+        (layer1 (car (gimp-layer-new img banding-width banding-height banding-type _"Layer 1" 100 NORMAL-MODE)))
         (layer2 (car (gimp-layer-new img width height GRAYA-IMAGE _"Layer 2" 100 DIFFERENCE-MODE)))
         (layer3 (car (gimp-layer-new img width height GRAYA-IMAGE _"Layer 3" 100 NORMAL-MODE)))
         (shadow (car (gimp-layer-new img width height GRAYA-IMAGE _"Drop Shadow" 100 NORMAL-MODE)))
diff --git a/plug-ins/script-fu/scripts/line-nova.scm b/plug-ins/script-fu/scripts/line-nova.scm
index 3288d31..dea585d 100644
--- a/plug-ins/script-fu/scripts/line-nova.scm
+++ b/plug-ins/script-fu/scripts/line-nova.scm
@@ -105,7 +105,7 @@
 
 (script-fu-register "script-fu-line-nova"
   _"Line _Nova..."
-  _"Fill a layer with rays emanating outward from its center using the FG color"
+  _"Fill a layer with rays emanating outward from its center using the foreground color"
   "Shuji Narazaki <narazaki gimp org>"
   "Shuji Narazaki"
   "1997,1998"



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