]> git.sesse.net Git - vlc/commitdiff
adjust: fix typo
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 22 Aug 2011 19:47:58 +0000 (21:47 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 22 Aug 2011 19:47:58 +0000 (21:47 +0200)
modules/video_filter/adjust.c

index 0a0a9f6f5eb48737623f52d1ad6f5754b86f0106..c2f6649e1f706cebf21e2616d9a6e64aa555d0d4 100644 (file)
@@ -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.")