Fix: Wrong language file

This commit is contained in:
Laurent Destailleur 2009-09-28 20:51:36 +00:00
parent 80d4b9b26c
commit f0b807d738

View File

@ -116,7 +116,7 @@ class Propal extends CommonObject
$this->remise_percent = 0;
$this->remise_absolue = 0;
$langs->load("propals");
$langs->load("propal");
$this->labelstatut[0]=$langs->trans("PropalStatusDraft");
$this->labelstatut[1]=$langs->trans("PropalStatusValidated");
$this->labelstatut[2]=$langs->trans("PropalStatusSigned");