From cf7583364f221be6e5f1be21987d13d834bd5157 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 11 Dec 2007 15:43:53 +0000 Subject: [PATCH] Yet another typo discovered by Philipp Weissenbacher --- modules/audio_filter/channel_mixer/mono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c index d2fde21c86..31faed137c 100644 --- a/modules/audio_filter/channel_mixer/mono.c +++ b/modules/audio_filter/channel_mixer/mono.c @@ -89,7 +89,7 @@ struct filter_sys_t #define MONO_CHANNEL_TEXT N_("Select channel to keep") #define MONO_CHANNEL_LONGTEXT N_("This option silences all other channels " \ - "except the selected channel. Choose one from (0=left, 1=right " \ + "except the selected channel. Choose one from (0=left, 1=right, " \ "2=rear left, 3=rear right, 4=center, 5=left front)") static const int pi_pos_values[] = { 0, 1, 2, 4, 8, 5 }; -- 2.20.1