]> git.sesse.net Git - vlc/blobdiff - modules/codec/svcdsub.c
* initial Turkish translation by Adem Gunes <xleopar@yahoo.com> (839 translated messages)
[vlc] / modules / codec / svcdsub.c
index 40186b1e5bbe78fb4df42b1ee5052257438091b4..8f68ad0af49f77586f8cf45035b6b1d956601568 100644 (file)
@@ -39,14 +39,13 @@ static int  DecoderOpen   ( vlc_object_t * );
 static int  PacketizerOpen( vlc_object_t * );
 static void DecoderClose  ( vlc_object_t * );
 
-#define DEBUG_TEXT N_( \
+#define DEBUG_TEXT \
      "If nonzero, this gives additional debug information." \
-     )
 
-#define DEBUG_LONGTEXT N_( \
+#define DEBUG_LONGTEXT \
     "This integer when viewed in binary is a debugging mask\n" \
     "calls                 1\n" \
-    "packet assembly info  2\n" )
+    "packet assembly info  2\n"
 
 vlc_module_begin();
     set_description( _("Philips OGT (SVCD subtitle) decoder") );