[gimp] plug-ins: Remove bogus ) in file-xmc.c



commit e942d1e91399cc92f1e8944de91a85c39a30fe1b
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu May 27 18:53:14 2010 +0200

    plug-ins: Remove bogus ) in file-xmc.c

 plug-ins/common/file-xmc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c
index 4129ac3..9b9bac5 100644
--- a/plug-ins/common/file-xmc.c
+++ b/plug-ins/common/file-xmc.c
@@ -1509,14 +1509,14 @@ save_image (const gchar *filename,
       if (drawable->width > MAX_SAVE_DIMENSION)
         {
           g_set_error (error, 0, 0,
-                       _("Width of '%s' is too large. Please reduce more than %dpx)"),
+                       _("Width of '%s' is too large. Please reduce more than %dpx."),
                        gimp_any_to_utf8 (framename, -1, NULL), MAX_SAVE_DIMENSION);
           return FALSE;
         }
       if (drawable->height > MAX_SAVE_DIMENSION)
         {
           g_set_error (error, 0, 0,
-                       _("Height of '%s' is too large. Please reduce more than %dpx)"),
+                       _("Height of '%s' is too large. Please reduce more than %dpx."),
                        gimp_any_to_utf8 (framename, -1, NULL), MAX_SAVE_DIMENSION);
           return FALSE;
         }



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