]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/bandwidth.c
Use gettext_noop() consistently
[vlc] / modules / access_filter / bandwidth.c
index ba0bc19e596ae98b42206d7d9b178119d14d4bea..1d7b25122aff25b37220cc9a8575d573e4d48758 100644 (file)
@@ -42,8 +42,8 @@ static void Close (vlc_object_t *);
 /* TODO: burst support */
 
 vlc_module_begin ();
-    set_shortname (_("Bandwidth"));
-    set_description (_("Bandwidth limiter"));
+    set_shortname (N_("Bandwidth"));
+    set_description (N_("Bandwidth limiter"));
     set_category (CAT_INPUT);
     set_subcategory (SUBCAT_INPUT_ACCESS_FILTER);
     set_capability ("access_filter", 0);