]> git.sesse.net Git - vlc/blobdiff - modules/access/bda/bda.c
Use gettext_noop() consistently
[vlc] / modules / access / bda / bda.c
index 5499f3fab7cc9be3898e4f434d9bcd7fbb66f44c..b5d6572da7bedb31254e6702dc2fa5d965f37f26 100644 (file)
@@ -168,8 +168,8 @@ static const char *ppsz_polar_text[] = { N_("Horizontal"), N_("Vertical"),
     N_("Circular Left"), N_("Circular Right") };
 
 vlc_module_begin();
-    set_shortname( _("DVB") );
-    set_description( _("DirectShow DVB input") );
+    set_shortname( N_("DVB") );
+    set_description( N_("DirectShow DVB input") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );