Task #639 - Traduction : anglais

translation
This commit is contained in:
Dany De Bontridder 2014-11-07 22:56:40 +01:00
parent b4b6f5a64b
commit 461132afcc

View file

@ -84,7 +84,7 @@ class Acc_Parm_Code
$acc=new Acc_Account_Ledger($this->db,$this->p_value);
if ( $acc->load() == false )
{
alert("Ce compte n'existe pas");
alert(_("Ce compte n'existe pas"));
}
else
{