X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Fadjust.c;h=c2f6649e1f706cebf21e2616d9a6e64aa555d0d4;hb=108b63da194d86f0e7273c36a1fbb9fccf544a4a;hp=0a0a9f6f5eb48737623f52d1ad6f5754b86f0106;hpb=8c3bda62253336478a40aa2b873b773d7e0aa57d;p=vlc diff --git a/modules/video_filter/adjust.c b/modules/video_filter/adjust.c index 0a0a9f6f5e..c2f6649e1f 100644 --- a/modules/video_filter/adjust.c +++ b/modules/video_filter/adjust.c @@ -65,7 +65,7 @@ static int AdjustCallback( vlc_object_t *p_this, char const *psz_var, #define THRES_TEXT N_("Brightness threshold") #define THRES_LONGTEXT N_("When this mode is enabled, pixels will be " \ - "shown as black or white. The threshold value will be the brighness " \ + "shown as black or white. The threshold value will be the brightness " \ "defined below." ) #define CONT_TEXT N_("Image contrast (0-2)") #define CONT_LONGTEXT N_("Set the image contrast, between 0 and 2. Defaults to 1.")