]> git.sesse.net Git - vlc/blobdiff - modules/misc/notify/growl.m
Use gettext_noop() consistently
[vlc] / modules / misc / notify / growl.m
index 5308d4c4b62c92dafa63e74ad98a9486c4dd08d5..a7e8c785591b1be27d1f4848d9d6a437e1f26b3b 100644 (file)
@@ -93,7 +93,7 @@ vlc_module_begin();
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_CONTROL );
     set_shortname( "Growl" );
-    set_description( _("Growl Notification Plugin") );
+    set_description( N_("Growl Notification Plugin") );
     set_capability( "interface", 0 );
     set_callbacks( Open, Close );
 vlc_module_end();