]> git.sesse.net Git - vlc/blobdiff - modules/misc/logger.c
Use gettext_noop() consistently
[vlc] / modules / misc / logger.c
index 6f57c551700b59602d3ae5c77a59145d57ad6d2a..1a905e5804ac6a8a9da3ae0c75b49d33a307ab42 100644 (file)
@@ -132,8 +132,8 @@ static const char *mode_list_text[] = { N_("Text"), "HTML"
 #endif
 
 vlc_module_begin();
-    set_shortname( _( "Logging" ) );
-    set_description( _("File logging") );
+    set_shortname( N_( "Logging" ) );
+    set_description( N_("File logging") );
 
     set_category( CAT_ADVANCED );
     set_subcategory( SUBCAT_ADVANCED_MISC );