From cd277aaf1247ff9d4191be81de3131946122cf1e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Jan 2014 19:10:05 +0100 Subject: [PATCH] Fix: Missing translation --- htdocs/core/tpl/document_actions_post_headers.tpl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/tpl/document_actions_post_headers.tpl.php b/htdocs/core/tpl/document_actions_post_headers.tpl.php index 20005b08528..eeb598d20f8 100644 --- a/htdocs/core/tpl/document_actions_post_headers.tpl.php +++ b/htdocs/core/tpl/document_actions_post_headers.tpl.php @@ -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'),