From 66440f9faeeb73529dc64d36ff72bd8501cd9033 Mon Sep 17 00:00:00 2001 From: Kaarlo Raiha Date: Sat, 7 Nov 2009 21:05:05 +0200 Subject: [PATCH] bands e.g. should have 10 values, not 9 Signed-off-by: Ilkka Ollakka --- modules/audio_filter/equalizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_filter/equalizer.c b/modules/audio_filter/equalizer.c index 8915f71aae..aa1c845953 100644 --- a/modules/audio_filter/equalizer.c +++ b/modules/audio_filter/equalizer.c @@ -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 " \ -- 2.39.2