Fix bad trans key
This commit is contained in:
parent
f82e97d6aa
commit
4260d5765f
@ -167,7 +167,7 @@ class modWebsite extends DolibarrModules
|
|||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
{
|
{
|
||||||
$langs->load("errors");
|
$langs->load("errors");
|
||||||
$this->error=$langs->trans('ErrorFailToCopyDirectory',$src,$dest);
|
$this->error=$langs->trans('ErrorFailToCopyDir',$src,$dest);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user