]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/switcher.c
Use gettext_noop() consistently
[vlc] / modules / stream_out / switcher.c
index e619b6a2c614eddef0482ed66b1bfb753b1d4052..7d9af86f3a04e44a899fd7ce33ee6d15a565e564 100644 (file)
@@ -109,7 +109,7 @@ static block_t *AudioGetBuffer( sout_stream_t *p_stream, sout_stream_id_t *id,
     "Mute audio when command is not 0." )
 
 vlc_module_begin();
-    set_description( _("MPEG2 video switcher stream output") );
+    set_description( N_("MPEG2 video switcher stream output") );
     set_capability( "sout stream", 50 );
     add_shortcut( "switcher" );
     set_callbacks( Open, Close );