better error message for colourspace

This commit is contained in:
John Cupitt 2016-10-26 09:49:12 +01:00
parent ccee816bef
commit 8626206278
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ vips_colourspace_build( VipsObject *object )
break;
if( i == VIPS_NUMBER( vips_colour_routes ) ) {
vips_error( "vips_colourspace",
_( "no known route between '%s' and '%s'" ),
_( "no known route from '%s' to '%s'" ),
vips_enum_nick( VIPS_TYPE_INTERPRETATION,
interpretation ),
vips_enum_nick( VIPS_TYPE_INTERPRETATION,