From be525e68739c258a3d170543987224f4e4c80724 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Nov 2003 23:28:53 +0000 Subject: Fold two similar strings into on. (#126204, Danilo Segan) Thu Nov 6 00:27:27 2003 Matthias Clasen * io-pcx.c (gdk_pixbuf__pcx_load_increment): Fold two similar strings into on. (#126204, Danilo Segan) --- gdk-pixbuf/io-pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk-pixbuf/io-pcx.c') diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c index 10c26f3c24..5ccbeea5a8 100644 --- a/gdk-pixbuf/io-pcx.c +++ b/gdk-pixbuf/io-pcx.c @@ -616,7 +616,7 @@ gdk_pixbuf__pcx_load_increment(gpointer data, const guchar *buf, guint size, break; case 1: if(context->num_planes < 1 || context->num_planes > 4) { - g_set_error(error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_UNKNOWN_TYPE, _("Image has unsupported number of 1-bit planes")); + g_set_error(error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_UNKNOWN_TYPE, _("Image has unsupported number of %d-bit planes"), 1); return FALSE; } break; -- cgit v1.2.1