Commit e96fb7b8 authored by Christoph Miebach's avatar Christoph Miebach

typos visible in vlc.pot

Pointed-out-by: default avatarMichał Trzebiatowski <hippie_1968@hotmail.com>
parent 06f34a9d
......@@ -62,8 +62,8 @@ static void GetDevices (vlc_object_t *, module_config_t *, const char *);
#define AUDIO_DEV_LONGTEXT N_("Audio output device (using ALSA syntax).")
#define AUDIO_CHAN_TEXT N_("Audio output channels")
#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output." \
"If the input has more channels than the output, it will be down-mixed." \
#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output. " \
"If the input has more channels than the output, it will be down-mixed. " \
"This parameter is ignored when digital pass-through is active.")
static const int channels[] = {
AOUT_CHAN_CENTER, AOUT_CHANS_STEREO, AOUT_CHANS_4_0, AOUT_CHANS_4_1,
......
......@@ -77,7 +77,7 @@ static void SavePicture( filter_t *, picture_t * );
"form if replace is not true." )
#define PATH_TEXT N_( "Directory path prefix" )
#define PATH_LONGTEXT N_( "Directory path where images files should be saved." \
#define PATH_LONGTEXT N_( "Directory path where images files should be saved. " \
"If not set, then images will be automatically saved in " \
"users homedir." )
......
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