]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/normvol.c
Audio strings, except parametric equalizer (I just don't understand anything) - Refs...
[vlc] / modules / audio_filter / normvol.c
index 9bcbd5cfa3db2e986377ea2ba0f9e58e56ab8820..93d86cd0c2e5e085c51d4e97ac0fac1f09814acb 100644 (file)
@@ -69,8 +69,8 @@ typedef struct aout_filter_sys_t
 #define BUFF_TEXT N_("Number of audio buffers" )
 #define BUFF_LONGTEXT N_("This is the number of audio buffers on which the " \
                 "power measurement is made. A higher number of buffers will " \
-                "increase the response time of the filter to a high " \
-                "power but will make it less sensitive to short variations." )
+                "increase the response time of the filter to a spike " \
+                "but will make it less sensitive to short variations." )
 
 #define LEVEL_TEXT N_("Max level" )
 #define LEVEL_LONGTEXT N_("If the average power over the last N buffers " \