translation
This commit is contained in:
parent
715486b99a
commit
c60d5d49da
2 changed files with 2 additions and 2 deletions
|
|
@ -556,7 +556,7 @@ class HtmlInput
|
|||
static function print_window()
|
||||
{
|
||||
$r='';
|
||||
$r.=HtmlInput::button('print', 'Imprimer', 'onclick="window.print();"');
|
||||
$r.=HtmlInput::button('print', _('Imprimer'), 'onclick="window.print();"');
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue