Skip to content
Snippets Groups Projects
Commit 72600a52 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix help

parent 1a965114
Branches
Tags
No related merge requests found
...@@ -598,7 +598,7 @@ if (GETPOST('ajoutsujet')) ...@@ -598,7 +598,7 @@ if (GETPOST('ajoutsujet'))
} }
if ($user->rights->opensurvey->write) { 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; $nbcolonnes=substr_count($object->sujet,',')+1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment