]> git.sesse.net Git - vlc/blobdiff - modules/video_output/aa.c
Use gettext_noop() consistently
[vlc] / modules / video_output / aa.c
index e11ecf7d8047cfd6528a12417fac724e2858e8c4..00b88f202f646a4337285c908b25a6a0c573eb43 100644 (file)
@@ -55,10 +55,10 @@ static void SetPalette     ( vout_thread_t *, uint16_t *, uint16_t *, uint16_t *
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_shortname( _("ASCII Art"));
+    set_shortname( N_("ASCII Art"));
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
-    set_description( _("ASCII-art video output") );
+    set_description( N_("ASCII-art video output") );
     set_capability( "video output", 10 );
     add_shortcut( "aalib" );
     set_callbacks( Create, Destroy );