1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

Rewrite a useful tooltip for Windows DShow.

This commit is contained in:
Jean-Baptiste Kempf 2008-08-01 09:18:00 -07:00
parent 42fef87c4f
commit 0a549e8ef8

View File

@ -158,7 +158,8 @@ static const char *const ppsz_amtuner_mode_text[] = { N_("Default"),
#define AMTUNER_MODE_TEXT N_("AM Tuner mode")
#define AMTUNER_MODE_LONGTEXT N_( \
"AM Tuner mode. Can be one of DEFAULT, TV, AM_RADIO, FM_RADIO or DSS.")
"AM Tuner mode. Can be one of Default (0), TV (1)," \
"AM Radio (2), FM Radio (3) or DSS (4).")
#define AUDIO_CHANNELS_TEXT N_("Number of audio channels")
#define AUDIO_CHANNELS_LONGTEXT N_( \