Fix incorrect string

String change. See bug 610235.
This commit is contained in:
Matthias Clasen 2010-02-22 23:49:47 -05:00
parent bcee7bda64
commit 23450f4e74

View File

@ -254,7 +254,7 @@ static gpointer gdk_pixbuf__qtif_image_begin_load (GdkPixbufModuleSizeFunc size_
{
g_set_error_literal (error, GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
_("Failed to QTIF context structure."));
_("Failed to allocate QTIF context structure."));
return NULL;
}