diff --git a/include/ajax_mod_periode.php b/include/ajax_mod_periode.php
index 3dc368e2d..f28cd13c4 100644
--- a/include/ajax_mod_periode.php
+++ b/include/ajax_mod_periode.php
@@ -57,7 +57,7 @@ switch ($op)
$html.=tr(td(_(' Exercice : ')) . td($p_exercice->input()));
$html.='';
$html.=HtmlInput::submit('sauver', _('sauver'));
- $html.=HtmlInput::button('close', "⨉", 'onclick="removeDiv(\'mod_periode\')"');
+ $html.=HtmlInput::button('close', _('fermer'), 'onclick="removeDiv(\'mod_periode\')"');
$html.=HtmlInput::hidden('p_id', $_GET['p_id']);
$html.='';
break;
@@ -75,7 +75,7 @@ switch ($op)
$html.='
'._('Modifier les dates de début et fin de période').'
';
$html.=""._('Erreur date invalide')."
";
- $html.=HtmlInput::button('close', '⨉', 'onclick="removeDiv(\'mod_periode\')"');
+ $html.=HtmlInput::button('close', _('fermer'), 'onclick="removeDiv(\'mod_periode\')"');
}
else
{
@@ -86,7 +86,7 @@ switch ($op)
$html = ' Modifier les dates de début et fin de période
';
$html.=' Sauvé
';
- $html.=HtmlInput::button('close', "⨉", 'onclick=" refresh_window();"');
+ $html.=HtmlInput::button('close', _('Fermer'), 'onclick=" refresh_window();"');
}
catch (Exception $e)
{
diff --git a/include/template/stock_histo_search.php b/include/template/stock_histo_search.php
index eb3a05758..40895ce43 100644
--- a/include/template/stock_histo_search.php
+++ b/include/template/stock_histo_search.php
@@ -26,7 +26,7 @@
*
*/
?>
-