[vlc-devel] commit: Change a configuration name (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Oct 17 23:53:21 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 17 23:50:28 2009 +0200| [a4b3126bce501e0b337892b78b2375855cf9cb9b] | committer: Jean-Baptiste Kempf 

Change a configuration name

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4b3126bce501e0b337892b78b2375855cf9cb9b
---

 modules/audio_output/directx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_output/directx.c b/modules/audio_output/directx.c
index f1f2e73..f6dd322 100644
--- a/modules/audio_output/directx.c
+++ b/modules/audio_output/directx.c
@@ -230,7 +230,7 @@ static const char *const speaker_list[] = { "Windows default", "Mono", "Stereo",
 #define FLOAT_LONGTEXT N_( \
     "The option allows you to enable or disable the high-quality float32 " \
     "audio output mode (which is not well supported by some soundcards)." )
-#define SPEAKER_TEXT N_("Select speaker configuration")
+#define SPEAKER_TEXT N_("Speaker configuration")
 #define SPEAKER_LONGTEXT N_("Select speaker configuration you want to use. " \
     "This option doesn't upmix! So NO e.g. Stereo -> 5.1 conversion." )
 




More information about the vlc-devel mailing list