X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Fnetsync.c;h=8be09774b1e4104c626d0226ab742345829795a1;hb=75a1834d394b6a89a6ead139d57c097704d3943a;hp=112afee56793dc223c9b49c1a66cf73a49b5541b;hpb=27d483e9ef7a451397d7857251c8d67097661f1d;p=vlc diff --git a/modules/control/netsync.c b/modules/control/netsync.c index 112afee567..8be09774b1 100644 --- a/modules/control/netsync.c +++ b/modules/control/netsync.c @@ -28,7 +28,7 @@ # include "config.h" #endif -#include +#include #include #include #include @@ -78,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 );