X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config_cat.h;h=87cd0c6959a24c0874711b1dcf4cc09e433ef315;hb=c422b773fd5613634c1c80e18d1e70661af5f2db;hp=f8686f8bc9f0bbc6bcb617a4b608bc08920adfda;hpb=7d5bf1ea1baaaad1dbd494312b725e18b00c1de9;p=vlc diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index f8686f8bc9..87cd0c6959 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -109,13 +109,13 @@ #define DEMUX_HELP N_( "Demuxers are used to separate audio and video streams." ) #define VDEC_TITLE N_( "Video codecs" ) -#define VDEC_HELP N_( "Settings for the video-only decoders and encoders." ) +#define VDEC_HELP N_( "Settings for the video, images or video+audio decoders and encoders." ) #define ADEC_TITLE N_( "Audio codecs" ) #define ADEC_HELP N_( "Settings for the audio-only decoders and encoders." ) -#define SDEC_TITLE N_( "Other codecs") -#define SDEC_HELP N_( "Settings for audio+video and miscellaneous decoders and encoders." ) +#define SDEC_TITLE N_( "Subtitles codecs") +#define SDEC_HELP N_( "Settings for subtitles, teletext and CC decoders and encoders." ) #define ADVANCED_TITLE N_("General Input" ) #define ADVANCED_HELP N_( "General input settings. Use with care..." )