X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fv4l%2Fv4l.c;h=f06ce6d02a71d792f9a60f5ae1f3889936b30b7d;hb=c525c6f2202623b228c4de3dd9ab4141cd0fa14b;hp=a09b092f3c5c84c1f9a2f6ec3661e7b62bd19741;hpb=998bed8498ac1162e6336bde6bb588e558382c46;p=vlc diff --git a/modules/access/v4l/v4l.c b/modules/access/v4l/v4l.c index a09b092f3c..f06ce6d02a 100644 --- a/modules/access/v4l/v4l.c +++ b/modules/access/v4l/v4l.c @@ -111,9 +111,9 @@ static void Close( vlc_object_t * ); #define HUE_TEXT N_( "Hue" ) #define HUE_LONGTEXT N_( \ "Set the Hue of the video input" ) -#define COLOUR_TEXT N_( "Colour" ) +#define COLOUR_TEXT N_( "Color" ) #define COLOUR_LONGTEXT N_( \ - "Set the Colour of the video input" ) + "Set the Color of the video input" ) #define CONTRAST_TEXT N_( "Contrast" ) #define CONTRAST_LONGTEXT N_( \ "Set the Contrast of the video input" )