From: Christophe Mutricy Date: Tue, 6 Dec 2005 13:05:18 +0000 (+0000) Subject: Don't translate empty strings ( Thanks to ShadeHawk) X-Git-Tag: 0.9.0-test0~13027 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9d8c977054defd96b7e152679d2843037a3524d9;p=vlc Don't translate empty strings ( Thanks to ShadeHawk) --- diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 959f472079..bf0db691f2 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -2,7 +2,7 @@ * vlc_help.h: Help strings ***************************************************************************** * Copyright (C) 2003 the VideoLAN team - * $Id: vlc_help.h 9171 2004-11-06 11:15:50Z zorglub $ + * $Id$ * * Authors: Clément Stenac * Anil Daoud @@ -196,7 +196,7 @@ #define CHROMA_HELP N_("These settings affect chroma transformation modules.") #define PACKETIZER_TITLE N_("Packetizer modules settings" ) -#define PACKETIZER_HELP N_(" ") +#define PACKETIZER_HELP " " #define ENCODER_TITLE N_("Encoders settings") #define ENCODER_HELP N_( \ @@ -214,7 +214,7 @@ "for example by setting the subtitles type or file name.") #define VIDEO_FILTER2_TITLE N_("Video filters settings") -#define VIDEO_FILTER2_HELP N_(" ") +#define VIDEO_FILTER2_HELP " " /* * A little help for modules with unknown capabilities