From 4ed95dfa2a0f4d5a98636424cbb8df8897e1730c Mon Sep 17 00:00:00 2001 From: Antoine Cellerier <dionoea@videolan.org> Date: Tue, 24 May 2005 09:56:05 +0000 Subject: [PATCH] * same string fix on trunk --- src/libvlc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvlc.h b/src/libvlc.h index 9ed561b9c3..a9291dae1b 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -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" ) -- 2.25.4