diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
index e759e93a635..ad58f612c1c 100644
--- a/htdocs/comm/action/class/actioncomm.class.php
+++ b/htdocs/comm/action/class/actioncomm.class.php
@@ -1102,10 +1102,13 @@ class ActionComm extends CommonObject
$tooltip = '' . $langs->trans('ShowAction'.$objp->code) . '';
if (! empty($this->ref))
$tooltip .= '
' . $langs->trans('Ref') . ': ' . $this->ref;
- if (! empty($this->label))
- $tooltip .= '
' . $langs->trans('Title') . ': ' . $this->label;
$label = $this->label;
if (empty($label)) $label=$this->libelle; // For backward compatibility
+ if (! empty($label))
+ $tooltip .= '
' . $langs->trans('Title') . ': ' . $label;
+ if (! empty($this->location))
+ $tooltip .= '
' . $langs->trans('Location') . ': ' . $this->location;
+
$linkclose = '" title="'.dol_escape_htmltag($tooltip, 1).'">';
if ($option=='birthday') $link = '