fix description on LabQ2sRGB

thanks dg1727

see https://github.com/jcupitt/libvips/issues/272
This commit is contained in:
John Cupitt 2015-04-20 13:03:15 +01:00
parent ef3f588b37
commit 46259f934f
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ vips_LabQ2sRGB_class_init( VipsLabQ2sRGBClass *class )
VipsColourClass *colour_class = VIPS_COLOUR_CLASS( class );
object_class->nickname = "LabQ2sRGB";
object_class->description = _( "unpack a LabQ image to short Lab" );
object_class->description = _( "convert a LabQ image to sRGB" );
colour_class->process_line = vips_LabQ2sRGB_line;