Skip to content
Snippets Groups Projects
Commit 2b4743c6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad

parent 93db5103
Branches
Tags
No related merge requests found
...@@ -526,7 +526,7 @@ class ActionComm ...@@ -526,7 +526,7 @@ class ActionComm
$libelleshort=dolibarr_trunc($this->libelle,$maxlength); $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.=' '; if ($withpicto==1) $result.=' ';
$result.=$lien.$libelleshort.$lienfin; $result.=$lien.$libelleshort.$lienfin;
return $result; return $result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment