From 57eef0dd209df77dbb703bfeabe3accde065091d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 30 May 2009 17:23:04 +0000 Subject: [PATCH] Typo Aciotn -> Action --- include/payment_middle.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/payment_middle.inc.php b/include/payment_middle.inc.php index 43a1f39a1..b8f4bda02 100644 --- a/include/payment_middle.inc.php +++ b/include/payment_middle.inc.php @@ -81,7 +81,7 @@ if ( ! empty ($array)) { echo ''; echo $tr.$th.'Libellé'.$eth.$th.'Type de fiche' .$eth.$th.'enregistré dans le journal'.$eth. - $th.' Avec la fiche'.$eth.$th.'Aciotn'.$eth.$etr; + $th.' Avec la fiche'.$eth.$th.'Action'.$eth.$etr; foreach ($array as $row) { echo $tr; echo $row->row(); @@ -108,7 +108,7 @@ if ( ! empty ($array)) { echo '
'; echo $tr.$th.'Libellé'.$eth.$th.'Type de fiche' .$eth.$th.'enregistré dans le journal'.$eth. - $th.' Avec la fiche'.$eth.$th.'Aciotn'.$eth.$etr; + $th.' Avec la fiche'.$eth.$th.'Action'.$eth.$etr; foreach ($array as $row) { echo $tr; echo $row->row();