[gimp] Fix typo



commit cdd78c9b16b4ceb163c19b59d3597be1f2d55d6d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu May 1 14:59:28 2014 +0200

    Fix typo

 plug-ins/common/file-pdf-save.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index d4d5063..14526d3 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -1240,7 +1240,7 @@ get_drawable_image (gint32 drawable_ID,
           g_set_error_literal (error,
                                GIMP_PLUGIN_PDF_SAVE_ERROR,
                                GIMP_PLUGIN_PDF_SAVE_ERROR_FAILED,
-                               _("Cannot handle the size (either width or height) of the Image."));
+                               _("Cannot handle the size (either width or height) of the image."));
           break;
         default:
           g_set_error (error,


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