X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config_cat.h;h=959f472079f75fd04f56e2582ee6cd4198852275;hb=5960db9f0a824fd307c35c7e6890dd661554a12d;hp=05adda4da2e0198c853ad430927c702815ffcb60;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 05adda4da2..959f472079 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -1,7 +1,7 @@ /***************************************************************************** * vlc_help.h: Help strings ***************************************************************************** - * Copyright (C) 2003 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2003 the VideoLAN team * $Id: vlc_help.h 9171 2004-11-06 11:15:50Z zorglub $ * * Authors: Clément Stenac @@ -97,13 +97,15 @@ #define ACCESS_TITLE N_( "Access modules" ) #define ACCESS_HELP N_( \ - "Settings related to the various access methods used by VLC.\n" \ + "Settings related to the various access methods used by VLC. " \ "Common settings you may want to alter are HTTP proxy or " \ "caching settings." ) -#define ACCESS_FILTER_TITLE N_( "Access filter modules" ) +#define ACCESS_FILTER_TITLE N_( "Access filters" ) #define ACCESS_FILTER_HELP N_( \ - "Settings related to the various access filter used by VLC.\n" ) + "Access filters are special modules that allow advanced operations on " \ + "the input side of VLC. You should not touch anything here unless you " \ + "know what you are doing.\n" ) #define DEMUX_TITLE N_("Demuxers") #define DEMUX_HELP N_( "Demuxers are used to separate audio and video streams" ) @@ -117,8 +119,8 @@ #define SDEC_TITLE N_( "Other codecs") #define SDEC_HELP N_( "Settings for audio+video and miscellaneous decoders and encoders" ) -#define ADVANCED_TITLE N_("Advanced") -#define ADVANCED_HELP N_( "Advanced input settings. Use with care." ) +#define ADVANCED_TITLE N_("General") +#define ADVANCED_HELP N_( "General input settings. Use with care." ) /* Sout */ #define SOUT_TITLE N_( "Stream output" ) @@ -300,13 +302,13 @@ static struct config_category_t categories_array[] = // { SUBCAT_VIDEO_TEXT, TEXT_TITLE, TEXT_HELP }, { CAT_INPUT, INPUT_TITLE, INPUT_HELP }, + { SUBCAT_INPUT_GENERAL, ADVANCED_TITLE, ADVANCED_HELP }, { SUBCAT_INPUT_ACCESS, ACCESS_TITLE, ACCESS_HELP }, { SUBCAT_INPUT_ACCESS_FILTER, ACCESS_FILTER_TITLE, ACCESS_FILTER_HELP }, { SUBCAT_INPUT_DEMUX, DEMUX_TITLE, DEMUX_HELP }, { SUBCAT_INPUT_VCODEC, VDEC_TITLE, VDEC_HELP }, { SUBCAT_INPUT_ACODEC, ADEC_TITLE, ADEC_HELP }, { SUBCAT_INPUT_SCODEC, SDEC_TITLE, SDEC_HELP }, - { SUBCAT_INPUT_ADVANCED, ADVANCED_TITLE, ADVANCED_HELP }, { CAT_SOUT, SOUT_TITLE, SOUT_HELP }, { SUBCAT_SOUT_GENERAL, GENERAL_TITLE, SOUT_GENERAL_HELP },