]> git.sesse.net Git - vlc/blobdiff - modules/control/netsync.c
Use gettext_noop() consistently
[vlc] / modules / control / netsync.c
index 53676bfed00dc9365e0e4c02a20db5d7caeb7edc..ebe409dfae4748215bc2b3bd2a321bc08a7b61bb 100644 (file)
@@ -29,6 +29,7 @@
 #endif
 
 #include <vlc/vlc.h>
+#include <vlc_plugin.h>
 #include <vlc_interface.h>
 #include <vlc_input.h>
 #include <vlc_es_out.h>
@@ -77,8 +78,8 @@ static mtime_t GetClockRef( intf_thread_t *, mtime_t );
   "the master client used for the network synchronisation." )
 
 vlc_module_begin();
-    set_shortname( _("Network Sync"));
-    set_description( _("Network synchronisation") );
+    set_shortname( N_("Network Sync"));
+    set_description( N_("Network synchronisation") );
     set_category( CAT_ADVANCED );
     set_subcategory( SUBCAT_ADVANCED_MISC );