diff --git a/include/template/history_top.php b/include/template/history_top.php
index b1399f0db..105b22052 100644
--- a/include/template/history_top.php
+++ b/include/template/history_top.php
@@ -5,7 +5,7 @@
$callback=$_SERVER['PHP_SELF'];
$str=$_SERVER['QUERY_STRING']."&act=de&ajax=$callback";
echo '
-!pop me up ! ';
+!pop me out ! ';
echo 'Fermer';
}
?>
diff --git a/include/template/ledger_detail_top.php b/include/template/ledger_detail_top.php
index 20c4505a8..b37cf85ea 100644
--- a/include/template/ledger_detail_top.php
+++ b/include/template/ledger_detail_top.php
@@ -4,7 +4,7 @@
$callback=$_SERVER['PHP_SELF'];
$str=$_SERVER['QUERY_STRING']."&act=$action&ajax=$callback";
echo '
-!pop me up ! ';
+!pop me out ! ';
echo 'Fermer';
}
?>