From 2b4743c682797ab182370ca2b51216b324a75f3b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Thu, 17 Apr 2008 13:56:16 +0000 Subject: [PATCH] Trad --- htdocs/actioncomm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/actioncomm.class.php b/htdocs/actioncomm.class.php index 39a758bb117..9f6ec5c6c8e 100644 --- a/htdocs/actioncomm.class.php +++ b/htdocs/actioncomm.class.php @@ -526,7 +526,7 @@ class ActionComm $libelleshort=dolibarr_trunc($this->libelle,$maxlength); } - if ($withpicto) $result.=($lien.img_object($langs->trans("ShowTask").': '.$libelle,'task').$lienfin); + if ($withpicto) $result.=($lien.img_object($langs->trans("ShowAction").': '.$libelle,'task').$lienfin); if ($withpicto==1) $result.=' '; $result.=$lien.$libelleshort.$lienfin; return $result; -- GitLab