]> git.sesse.net Git - vlc/commitdiff
Yet another typo discovered by Philipp Weissenbacher
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Dec 2007 15:43:53 +0000 (15:43 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Dec 2007 15:43:53 +0000 (15:43 +0000)
modules/audio_filter/channel_mixer/mono.c

index d2fde21c866653b564f4ea6b3238ccc4289924ce..31faed137cf0b58a4c54271172c776eb393ad999 100644 (file)
@@ -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 };