From: Christophe Mutricy Date: Wed, 29 Mar 2006 23:58:40 +0000 (+0000) Subject: include/* : Relecture. refs #438 X-Git-Tag: 0.9.0-test0~11717 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cb5f895cb204b530ce755bd17f8c120e8d140b59;p=vlc include/* : Relecture. refs #438 --- diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index bddc9992e0..d22affde79 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -31,7 +31,7 @@ */ #define MAIN_TITLE N_( "VLC preferences" ) #define MAIN_HELP N_( \ - "Click on \"Advanced Options\" to see all options." ) + "Select \"Advanced Options\" to see all options." ) #define GENERAL_TITLE N_("General") @@ -88,15 +88,16 @@ #define SUBPIC_TITLE N_( "Subtitles/OSD") #define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display, subtitles and overlay subpictures") - +/* #define TEXT_TITLE N_("Text rendering") #define TEXT_HELP N_( \ "Use the settings of the \"freetype\" module to choose the font you " \ "want VLC to use for text rendering (to display subtitles for example).") - +*/ /* Input */ #define INPUT_TITLE N_( "Input / Codecs" ) -#define INPUT_HELP N_( "These are the settings for the input, demultiplexing and decoding parts of VLC. Encoder settings can also be found here." ) +#define INPUT_HELP N_( "These are the settings for the input, demultiplexing " \ + "and decoding parts of VLC. Encoder settings can also be found here." ) #define ACCESS_TITLE N_( "Access modules" ) #define ACCESS_HELP N_( \