]> git.sesse.net Git - vlc/blobdiff - modules/control/ntservice.c
Use gettext_noop() consistently
[vlc] / modules / control / ntservice.c
index 48e805d106e15c39731fe3d81ac1a482eadcde00..99c0d86024ea9e7d53c4edf162212cb0fc4bf760 100644 (file)
@@ -62,8 +62,8 @@ static void Close   ( vlc_object_t * );
     "(common values are: logger, sap, rc, http)")
 
 vlc_module_begin();
-    set_shortname( _("NT Service"));
-    set_description( _("Windows Service interface") );
+    set_shortname( N_("NT Service"));
+    set_description( N_("Windows Service interface") );
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_CONTROL );
     add_bool( "ntservice-install", 0, NULL,