From 9d8c977054defd96b7e152679d2843037a3524d9 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 6 Dec 2005 13:05:18 +0000 Subject: [PATCH] Don't translate empty strings ( Thanks to ShadeHawk) --- include/vlc_config_cat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2