From 0edcafd1fb77d2c12cfb0d68118703ff86e05c57 Mon Sep 17 00:00:00 2001 From: yllen Date: Wed, 31 Jul 2013 08:01:33 +0000 Subject: [PATCH] fix gettext git-svn-id: https://forge.glpi-project.org/svn/example/trunk@217 349b9182-4a13-0410-896f-e5e9767dd1b3 --- hook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;