From ce19b6da5ccea97330425a655e724a441040d73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Tue, 30 Jul 2013 16:48:14 +0200 Subject: [PATCH] typo --- htdocs/core/tpl/document_actions.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/document_actions.tpl.php b/htdocs/core/tpl/document_actions.tpl.php index 706b2f4409e..bd26e13672d 100644 --- a/htdocs/core/tpl/document_actions.tpl.php +++ b/htdocs/core/tpl/document_actions.tpl.php @@ -36,7 +36,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes') { $link->fetch(); $res = $link->delete($user); if ($res) { - setEventMessage($langs->trans("LinkWasRemoved", $link->label) + setEventMessage($langs->trans("LinkWasRemoved", $link->label)); } else { setEventMessage($langs->trans("ErrorFailToDeleteLink", $link->label), 'errors'); }