From cdd78c9b16b4ceb163c19b59d3597be1f2d55d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Thu, 1 May 2014 14:59:28 +0200 Subject: [PATCH] Fix typo --- plug-ins/common/file-pdf-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c index d4d5063b3a..14526d3d15 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,