mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
fix gettext
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@217 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
3bf5b6dd66
commit
0edcafd1fb
4
hook.php
4
hook.php
@ -291,7 +291,7 @@ function plugin_example_MassiveActionsDisplay($options=array()) {
|
||||
case "plugin_example_DoIt" :
|
||||
echo " <input type='hidden' name='toto' value='1'>".
|
||||
"<input type='submit' name='massiveaction' class='submit' value='".
|
||||
__s('Post')."'> ".__('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 " <input type='submit' name='massiveaction' class='submit' value='".
|
||||
__s('Post')."'> ".__('but do nothing :)', 'example');
|
||||
_sx('button','Post')."'> ".__('but do nothing :)', 'example');
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user