]> git.sesse.net Git - vlc/commitdiff
Change a configuration name
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 17 Oct 2009 21:50:28 +0000 (23:50 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 17 Oct 2009 21:53:09 +0000 (23:53 +0200)
modules/audio_output/directx.c

index f1f2e736972b59ac0d87021cfcadc19ad23cb287..f6dd322d5656955b9b85c3b16a21201ee75f0f9d 100644 (file)
@@ -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." )