]> git.sesse.net Git - vlc/commitdiff
Waveout: use a more common name
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Apr 2013 23:00:55 +0000 (01:00 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Apr 2013 23:00:55 +0000 (01:00 +0200)
modules/audio_output/waveout.c

index 0156f16ca4c194751c0d032e29a28c1b7ab0340d..b900538f710e6da7e9b959f2f2815f8e233a3b51 100644 (file)
@@ -147,7 +147,7 @@ struct aout_sys_t
 
 vlc_module_begin ()
     set_shortname( "WaveOut" )
-    set_description( N_("Win32 waveOut extension output") )
+    set_description( N_("WaveOut audio output") )
     set_capability( "audio output", 50 )
     set_category( CAT_AUDIO )
     set_subcategory( SUBCAT_AUDIO_AOUT )