Commit 05894981 authored by David Fuhrmann's avatar David Fuhrmann

revert text for stereo-mode

parent beaf0baf
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment