diff options
Diffstat (limited to 'gdk-pixbuf/io-gif.c')
-rw-r--r-- | gdk-pixbuf/io-gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 28cd7e0a25..8dd73bde05 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -632,7 +632,7 @@ lzw_read_byte (GifContext *context) g_set_error (context->error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_FAILED, - _("GIF image loader can't understand this image.")); + _("GIF image loader cannot understand this image.")); return -2; if (ZeroDataBlock) { |