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 '
'.$langs->trans("PollAdminDesc",img_picto('','delete'),img_picto('','edit_add')).'
';
+ print '
'.$langs->trans("PollAdminDesc", img_picto('','delete'), $langs->trans("Add")).'
';
}
$nbcolonnes=substr_count($object->sujet,',')+1;