]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/a52tospdif.c
Use gettext_noop() consistently
[vlc] / modules / audio_filter / converter / a52tospdif.c
index 5d379ec0679dc395803a90f2b6734334331d4cd8..1c5ee7b08f84ac14e78eb9247b0e595c9f799f08 100644 (file)
@@ -52,7 +52,7 @@ static void DoWork    ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
 vlc_module_begin();
     set_category( CAT_AUDIO );
     set_subcategory( SUBCAT_AUDIO_MISC );
-    set_description( _("Audio filter for A/52->S/PDIF encapsulation") );
+    set_description( N_("Audio filter for A/52->S/PDIF encapsulation") );
     set_capability( "audio filter", 10 );
     set_callbacks( Create, NULL );
 vlc_module_end();