]> git.sesse.net Git - vlc/commitdiff
Don't translate empty strings ( Thanks to ShadeHawk)
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 6 Dec 2005 13:05:18 +0000 (13:05 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 6 Dec 2005 13:05:18 +0000 (13:05 +0000)
include/vlc_config_cat.h

index 959f472079f75fd04f56e2582ee6cd4198852275..bf0db691f2846021fb1419fc2df9bb62ce87b80c 100644 (file)
@@ -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 <zorglub@videolan.org>
  *          Anil Daoud <anil@videolan.org>
 #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_( \
     "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