]> git.sesse.net Git - vlc/blobdiff - modules/access/pvr.c
Use gettext_noop() consistently
[vlc] / modules / access / pvr.c
index 96cd0650498c7d798c7c45bf03e9b980ec6e62da..fe76771a317ffdaf5f4009feb285994051d80322 100644 (file)
@@ -125,8 +125,8 @@ static const char *psz_bitrates_list_text[] = { N_("vbr"), N_("cbr") };
 static int pi_radio_range[2] = { 65000, 108000 };
 
 vlc_module_begin();
-    set_shortname( _("PVR") );
-    set_description( _("IVTV MPEG Encoding cards input") );
+    set_shortname( N_("PVR") );
+    set_description( N_("IVTV MPEG Encoding cards input") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );
     set_capability( "access", 0 );