summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-06-12 02:08:45 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-06-12 02:08:45 +0000
commitd4993dde67502c71b0a057257a5bfed767ee3ccc (patch)
tree2e9b2e35629e060ab36b2c50d4836c3b4e70bc00 /gdk-pixbuf/io-gif.c
parent1eac3ead160ebe6cf693e9591b03105fffe3d56f (diff)
downloadgdk-pixbuf-d4993dde67502c71b0a057257a5bfed767ee3ccc.tar.gz
Don't use contractions like "don't" or "isn't" in error messages. It isn't
Fri Jun 11 22:02:56 2004 Matthias Clasen <maclas@gmx.de> * io-gif.c, io-pnm.c, io-tga.c, io-xpm.c: Don't use contractions like "don't" or "isn't" in error messages. It isn't nice to use them in log entries either... (#137774, Morten Welinder, patch by Alexander Winston)
Diffstat (limited to 'gdk-pixbuf/io-gif.c')
-rw-r--r--gdk-pixbuf/io-gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c
index 28cd7e0a2..8dd73bde0 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) {