FIX Same term to create than other objects

This commit is contained in:
Laurent Destailleur 2016-03-17 23:19:19 +01:00
parent 1683609d9a
commit fb16feb666

View File

@ -535,7 +535,7 @@ if ($action == 'create' && $user->rights->projet->creer)
dol_fiche_end();
print '<div class="center">';
print '<input type="submit" class="button" value="'.$langs->trans("Create").'">';
print '<input type="submit" class="button" value="'.$langs->trans("CreateDraft").'">';
if (! empty($backtopage))
{
print ' &nbsp; &nbsp; ';