diff --git a/htdocs/actioncomm.class.php b/htdocs/actioncomm.class.php
index 39a758bb117881bced53a77647c30b5b3bc2d72f..9f6ec5c6c8e7d62231a6ea089a5c9e86a5803f78 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;