Fix typo
This commit is contained in:
parent
e8d2dcf263
commit
cdd78c9b16
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue