From f0b807d7382a4ebf747bcccd595775cb1db1ddf8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Sep 2009 20:51:36 +0000 Subject: [PATCH] Fix: Wrong language file --- htdocs/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 8fc94994195..ea6b53a5441 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -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");