Fixed module name in contract admin setup page

This commit is contained in:
Marcos García de La Fuente 2014-03-11 11:15:35 +01:00
parent 096a446b7f
commit 371f0cbb8e
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ print "<br>";
$head=contract_admin_prepare_head();
dol_fiche_head($head, 'contract', $langs->trans("ModuleSetup"));
dol_fiche_head($head, 'contract', $langs->trans("Contracts"), 0, 'contract');
/*
* Contracts Numbering model

View File

@ -72,7 +72,7 @@ print_fiche_titre($langs->trans("ContractsSetup"),$linkback,'setup');
print '<br>';
$head=contract_admin_prepare_head();
dol_fiche_head($head, 'attributes', $langs->trans("ModuleSetup"), 0, 'contrat');
dol_fiche_head($head, 'attributes', $langs->trans("Contracts"), 0, 'contract');
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";