]> git.sesse.net Git - vlc/commitdiff
* same string fix on trunk
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 24 May 2005 09:56:05 +0000 (09:56 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 24 May 2005 09:56:05 +0000 (09:56 +0000)
src/libvlc.h

index 9ed561b9c3f34b39d28c34ff2d13173e5d477046..a9291dae1b404eefa71fee12cc1e9982f18cff70 100644 (file)
@@ -557,7 +557,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" )