Commit 66440f9f authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Ilkka Ollakka

bands e.g. should have 10 values, not 9

Signed-off-by: default avatarIlkka Ollakka <ileoo@iki.fi>
parent d6418e15
......@@ -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 " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment