]> git.sesse.net Git - vlc/commitdiff
Provide a better name for the mono downmixer
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Aug 2013 13:28:00 +0000 (15:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Aug 2013 13:28:00 +0000 (15:28 +0200)
modules/audio_filter/channel_mixer/mono.c

index fa86589814217d08f10f453d6baa20f882494b0c..4ccbf51eeae1d95943920bcc6fdb79197f17de11 100644 (file)
@@ -99,7 +99,7 @@ static const char *const ppsz_pos_descriptions[] =
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin ()
-    set_description( N_("Audio filter for stereo to mono conversion") )
+    set_description( N_("Stereo to mono downmixer") )
     set_capability( "audio filter", 0 )
     set_category( CAT_AUDIO )
     set_subcategory( SUBCAT_AUDIO_AFILTER )