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
commit9bff92fbcd30061e083f52b130298695bc40ff93 (patch)
treedd152bf376cba1e9c93900b432a653c55660e7f9 /gdk-pixbuf/io-gif.c
parent2ec910595c1ceafe1a835acf0a44f49f053c3eef (diff)
downloadgtk+-9bff92fbcd30061e083f52b130298695bc40ff93.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 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) {