[gimp] Fix typo



commit 128377b40669c17b9d1bd35171aea7342c3b7a72
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Apr 17 01:04:54 2014 +0200

    Fix typo

 plug-ins/print/print-draw-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/print/print-draw-page.c b/plug-ins/print/print-draw-page.c
index bb0734e..2a0542f 100644
--- a/plug-ins/print/print-draw-page.c
+++ b/plug-ins/print/print-draw-page.c
@@ -115,7 +115,7 @@ print_surface_from_drawable (gint32   drawable_ID,
           g_set_error_literal (error,
                                GIMP_PLUGIN_PRINT_ERROR,
                                GIMP_PLUGIN_PRINT_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]