]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/waveout.c
l10n string fixes
[vlc] / modules / audio_output / waveout.c
index bf9ac039186fd44a0fb4954c82d4906ccbb77b7e..d3ef47c1d6e0d84e5ea013a97b55b9be1638d2f5 100644 (file)
@@ -476,7 +476,7 @@ static void Probe( aout_instance_t * p_aout )
             == VLC_SUCCESS )
         {
             val.i_int = AOUT_VAR_5_1;
-            text.psz_string = (char *)N_("5.1");
+            text.psz_string = "5.1";
             var_Change( p_aout, "audio-device",
                         VLC_VAR_ADDCHOICE, &val, &text );
             msg_Dbg( p_aout, "device supports 5.1 channels" );