Fix: Bad translation. Must use a different string than products
This commit is contained in:
parent
065b30f0d0
commit
c2654fa7e2
@ -53,7 +53,7 @@ function project_prepare_head($object)
|
||||
|| ! empty($conf->ficheinter->enabled) || ! empty($conf->agenda->enabled) || ! empty($conf->deplacement->enabled))
|
||||
{
|
||||
$head[$h][0] = DOL_URL_ROOT.'/projet/element.php?id='.$object->id;
|
||||
$head[$h][1] = $langs->trans("Referers");
|
||||
$head[$h][1] = $langs->trans("ProjectReferers");
|
||||
$head[$h][2] = 'element';
|
||||
$h++;
|
||||
}
|
||||
|
||||
@ -105,3 +105,4 @@ TypeContact_project_task_internal_CONTRIBUTOR=Contributor
|
||||
TypeContact_project_task_external_CONTRIBUTOR=Contributor
|
||||
# Documents models
|
||||
DocumentModelBaleine=A complete project's report model (logo...)
|
||||
ProjectReferers=Refering objects
|
||||
@ -107,3 +107,4 @@ TypeContact_project_task_external_CONTRIBUTOR=Intervenant
|
||||
DocumentModelBaleine=Modèle de rapport de projet complet (logo...)
|
||||
SelectElement=Eléments associable au projet :
|
||||
AddElement=Associer
|
||||
ProjectReferers=Objets associés
|
||||
Loading…
Reference in New Issue
Block a user