]> git.sesse.net Git - vlc/commitdiff
revert text for stereo-mode
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Thu, 23 May 2013 16:49:40 +0000 (18:49 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Thu, 23 May 2013 16:54:48 +0000 (18:54 +0200)
src/audio_output/output.c

index 6fed4359a4d884255410aa16fcb9b76fa39b9907..988d200be72f8c2eaeb9a05e5e4546aa1aaa8a42 100644 (file)
@@ -374,7 +374,7 @@ int aout_OutputNew (audio_output_t *aout, audio_sample_format_t *restrict fmt)
                     VLC_VAR_INTEGER | VLC_VAR_HASCHOICE | VLC_VAR_DOINHERIT);
 
         vlc_value_t txt;
-        txt.psz_string = _("Audio Channels");
+        txt.psz_string = _("Stereo audio mode");
         var_Change (aout, "stereo-mode", VLC_VAR_SETTEXT, &txt, NULL);
     }