]> git.sesse.net Git - vlc/blobdiff - modules/misc/notify/notify.c
Use gettext_noop() consistently
[vlc] / modules / misc / notify / notify.c
index 4e95cc873eb0645173628c3f9833d5302c544540..1874fb03377409b0890285dfeef4f6999424483c 100644 (file)
@@ -67,8 +67,8 @@ struct intf_sys_t
 vlc_module_begin();
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_CONTROL );
-    set_shortname( _( "Notify" ) );
-    set_description( _("LibNotify Notification Plugin") );
+    set_shortname( N_( "Notify" ) );
+    set_description( N_("LibNotify Notification Plugin") );
 
     add_integer( "notify-timeout", 4000,NULL,
                 TIMEOUT_TEXT, TIMEOUT_LONGTEXT, true );