Browse Source

Remove stray translation

pull/2/head
Rémi Denis-Courmont 15 years ago
parent
commit
7eb61415a9
  1. 5
      src/libvlc-module.c

5
src/libvlc-module.c

@ -282,11 +282,6 @@ static const char *const ppsz_snap_formats[] =
"The volume can be recorded and automatically restored next time " \
"VLC is used." )
#define AOUT_RATE_TEXT N_("Audio output frequency (Hz)")
#define AOUT_RATE_LONGTEXT N_( \
"You can force the audio output frequency here. Common values are " \
"0 (undefined), 48000, 44100, 32000, 22050, 16000, 11025, 8000.")
#if !defined( __APPLE__ )
#define AOUT_RESAMP_TEXT N_("High quality audio resampling")
#define AOUT_RESAMP_LONGTEXT N_( \

Loading…
Cancel
Save