From cb5f895cb204b530ce755bd17f8c120e8d140b59 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 29 Mar 2006 23:58:40 +0000 Subject: [PATCH] include/* : Relecture. refs #438 --- include/vlc_config_cat.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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_( \ -- 2.39.2