vlc | branch: master | David Fuhrmann <[email protected]> | Thu May 23 18:49:40 2013 +0200| [058949817213a015ea11de868662bbe20da0e32d] | committer: David Fuhrmann
revert text for stereo-mode > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=058949817213a015ea11de868662bbe20da0e32d --- src/audio_output/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio_output/output.c b/src/audio_output/output.c index 6fed435..988d200 100644 --- a/src/audio_output/output.c +++ b/src/audio_output/output.c @@ -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); } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
