From a4b3126bce501e0b337892b78b2375855cf9cb9b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 17 Oct 2009 23:50:28 +0200 Subject: [PATCH] Change a configuration name --- modules/audio_output/directx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_output/directx.c b/modules/audio_output/directx.c index f1f2e73697..f6dd322d56 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." ) -- 2.39.5