diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
index 18df214f4c6..7e77ef45d35 100644
--- a/htdocs/holiday/list.php
+++ b/htdocs/holiday/list.php
@@ -381,7 +381,7 @@ if ($resql)
//'builddoc'=>$langs->trans("PDFMerge"),
//'presend'=>$langs->trans("SendByMail"),
);
- if ($user->rights->holiday->supprimer) $arrayofmassactions['predelete'] = ''.$langs->trans("Delete");
+ if ($user->rights->holiday->delete) $arrayofmassactions['predelete'] = ''.$langs->trans("Delete");
if (in_array($massaction, array('presend', 'predelete'))) $arrayofmassactions = array();
$massactionbutton = $form->selectMassAction('', $arrayofmassactions);