]> git.sesse.net Git - vlc/commitdiff
* fix string ("video" -> "audio")
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 24 May 2005 09:55:28 +0000 (09:55 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 24 May 2005 09:55:28 +0000 (09:55 +0000)
src/libvlc.h

index 48eff4bd3b568082adaedd47c889741a92b59f31..ec55b2f6c9a3bf1852635e164daa3f4742c702e8 100644 (file)
@@ -552,7 +552,7 @@ static char *ppsz_clock_descriptions[] =
 
 #define SOUT_AUDIO_TEXT N_("Enable audio stream output")
 #define SOUT_AUDIO_LONGTEXT N_( \
-    "This allows you to choose if the video stream should be redirected to " \
+    "This allows you to choose if the audio stream should be redirected to " \
     "the stream output facility when this last one is enabled.")
 
 #define SOUT_KEEP_TEXT N_("Keep stream output open" )