From 72600a521dfde68394952d445d13e72b74a11ba5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 10 Sep 2016 18:15:03 +0200 Subject: [PATCH] Fix help --- htdocs/opensurvey/results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php index 995cf659802..806609ad7cd 100644 --- a/htdocs/opensurvey/results.php +++ b/htdocs/opensurvey/results.php @@ -598,7 +598,7 @@ if (GETPOST('ajoutsujet')) } if ($user->rights->opensurvey->write) { - print '<br />'.$langs->trans("PollAdminDesc",img_picto('','delete'),img_picto('','edit_add')).'<br>'; + print '<br />'.$langs->trans("PollAdminDesc", img_picto('','delete'), $langs->trans("Add")).'<br>'; } $nbcolonnes=substr_count($object->sujet,',')+1; -- GitLab