]> git.sesse.net Git - vlc/commitdiff
bands e.g. should have 10 values, not 9
authorKaarlo Raiha <kaarlo.raiha@tut.fi>
Sat, 7 Nov 2009 19:05:05 +0000 (21:05 +0200)
committerIlkka Ollakka <ileoo@iki.fi>
Sun, 8 Nov 2009 14:06:33 +0000 (16:06 +0200)
Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
modules/audio_filter/equalizer.c

index 8915f71aae5a94a9514c81b8ba73ba7c28aa44a8..aa1c845953de36343288fa632a571ab5c3732440 100644 (file)
@@ -62,7 +62,7 @@ static void Close( vlc_object_t * );
 #define BANDS_LONGTEXT N_( \
          "Don't use presets, but manually specified bands. You need to " \
          "provide 10 values between -20dB and 20dB, separated by spaces, " \
-         "e.g. \"0 2 4 2 0 -2 -4 -2 0\"." )
+         "e.g. \"0 2 4 2 0 -2 -4 -2 0 2\"." )
 
 #define TWOPASS_TEXT N_( "Two pass" )
 #define TWOPASS_LONGTEXT N_( "Filter the audio twice. This provides a more "  \