]> git.sesse.net Git - vlc/blobdiff - modules/misc/notify/telepathy.c
Use gettext_noop() consistently
[vlc] / modules / misc / notify / telepathy.c
index 785d7e5717c87aa7aa19ab548855f4a630f0a39e..3206ede8f49511106f726184eebfe313d2273b9e 100644 (file)
@@ -78,7 +78,7 @@ vlc_module_begin();
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_CONTROL );
     set_shortname( "Telepathy" );
-    set_description( _("Telepathy \"Now Playing\" using MissionControl") );
+    set_description( N_("Telepathy \"Now Playing\" using MissionControl") );
 
     add_string( "telepathy-format", FORMAT_DEFAULT, NULL,
                 FORMAT_TEXT, FORMAT_LONGTEXT, false );