]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.c
Use gettext_noop() consistently
[vlc] / modules / access / vcdx / vcd.c
index ec54f7103b14e93eff7585d08cd55dcb7c785c6b..5e9cd5b4401e5419bedbd1a43bf9818bcf303d66 100644 (file)
@@ -98,8 +98,8 @@ int  BlocksPerReadCallback ( vlc_object_t *p_this, const char *psz_name,
  *****************************************************************************/
 
 vlc_module_begin();
-    set_shortname( _("(Super) Video CD"));
-    set_description( _("Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input") );
+    set_shortname( N_("(Super) Video CD"));
+    set_description( N_("Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input") );
     add_usage_hint( N_("vcdx://[device-or-file][@{P,S,T}num]") );
     add_shortcut( "vcdx" );
     set_category( CAT_INPUT );