From 3e752ed5c881db8a4fc7860c4d5de43a8621ac3b Mon Sep 17 00:00:00 2001 From: frederic34 Date: Mon, 2 Nov 2015 09:46:21 +0100 Subject: [PATCH] Typo --- htdocs/core/actions_printing.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/actions_printing.inc.php b/htdocs/core/actions_printing.inc.php index 030e7016a55..3744541dd0d 100644 --- a/htdocs/core/actions_printing.inc.php +++ b/htdocs/core/actions_printing.inc.php @@ -59,9 +59,9 @@ if ($action == 'print_file' and $user->rights->printing->read) } } } - if ($printed==0) setEventMessages($langs->trans("NoActivePrintingModuleFound"), null, 'warning'); + if ($printed==0) setEventMessages($langs->trans("NoActivePrintingModuleFound"), null, 'warnings'); } else { - setEventMessages($langs->trans("NoModuleFound"), null, 'warning'); + setEventMessages($langs->trans("NoModuleFound"), null, 'warnings'); } $action = ''; }