diff --git a/hook.php b/hook.php index 4147bf5..d44562b 100644 --- a/hook.php +++ b/hook.php @@ -291,7 +291,7 @@ function plugin_example_MassiveActionsDisplay($options=array()) { case "plugin_example_DoIt" : echo " ". " ".__('Write in item history', 'example'); + _sx('button','Post')."'> ".__('Write in item history', 'example'); break; } break; @@ -301,7 +301,7 @@ function plugin_example_MassiveActionsDisplay($options=array()) { // No case for add_document : use GLPI core one case "do_nothing" : echo "  ".__('but do nothing :)', 'example'); + _sx('button','Post')."'> ".__('but do nothing :)', 'example'); break; } break;