]> git.sesse.net Git - vlc/blobdiff - modules/video_output/svgalib.c
Use gettext_noop() consistently
[vlc] / modules / video_output / svgalib.c
index 66e4fed1d617022e34975c3697d13a074302cd2c..3b5dd0475e2baaba4487892e4a5c4fd7da53f124 100644 (file)
@@ -57,7 +57,7 @@ vlc_module_begin();
     set_shortname( "SVGAlib" );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
-    set_description( _("SVGAlib video output") );
+    set_description( N_("SVGAlib video output") );
     set_capability( "video output", 0 );
     set_callbacks( Create, Destroy );
     linked_with_a_crap_library_which_uses_atexit();