diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index bf5b23b8c..c8b9e3427 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -4123,7 +4123,7 @@ class AttributeText extends AttributeString { // Propose a std link to the object $sClassLabel = MetaModel::GetName($sClass); - $sToolTipForHtml = utils::EscapeHtml(Dict::S('Core:UnknownObjectTip')); + $sToolTipForHtml = utils::EscapeHtml(Dict::Format('Core:UnknownObjectLabel', $sClass, $sName)); $sReplacement = "$sClassLabel:$sName" . (!empty($sLabel) ? " ($sLabel)" : "") . ""; $sText = str_replace($aMatches[0], $sReplacement, $sText); // Later: propose a link to create a new object