]> git.sesse.net Git - vlc/blobdiff - modules/access/dvdread.c
Use gettext_noop() consistently
[vlc] / modules / access / dvdread.c
index fcf8ea66138c6d124fb971ae19fd85359f5890fe..11e2a940b7439ad3fcac11edcdbb75a598a50330 100644 (file)
@@ -92,8 +92,8 @@ static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 vlc_module_begin();
-    set_shortname( _("DVD without menus") );
-    set_description( _("DVDRead Input (DVD without menu support)") );
+    set_shortname( N_("DVD without menus") );
+    set_description( N_("DVDRead Input (DVD without menu support)") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );
     add_integer( "dvdread-angle", 1, NULL, ANGLE_TEXT,