Skip to content
Snippets Groups Projects
Commit cd277aaf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing translation

parent f83b47be
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ $langs->load("link");
if ($action == 'delete')
{
$langs->load("companies"); // Need for string DeleteFile+ConfirmDeleteFiles
$ret = $form->form_confirm(
$_SERVER["PHP_SELF"] . '?id=' . $object->id . '&urlfile=' . urlencode(GETPOST("urlfile")) . '&linkid=' . GETPOST('linkid', 'int'),
$langs->trans('DeleteFile'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment