From 79291ff610c5ac46ba5f61d5a84bd822e4dde206 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 31 Mar 2012 18:34:28 +0200 Subject: [PATCH] Fix: Trans --- htdocs/compta/bank/ligne.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 6acb76f52d5..4d17f3b0f88 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -317,7 +317,7 @@ if ($result) } else if ($links[$key]['type']=='company') { print ''; - print img_object($langs->trans('ShowThirdParty'),'company').' '; + print img_object($langs->trans('ShowCompany'),'company').' '; print $links[$key]['label']; print ''; }