Skip to content

Commit

Permalink
revert text for stereo-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fuhrmann committed May 23, 2013
1 parent beaf0ba commit 0589498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio_output/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 0589498

Please sign in to comment.