Fix bad message
This commit is contained in:
parent
26dc3ef1b0
commit
e37e0399e5
@ -596,7 +596,10 @@ if (GETPOST('ajoutsujet'))
|
||||
}
|
||||
|
||||
if ($user->rights->opensurvey->write) {
|
||||
print '<span class="opacitymedium">'.$langs->trans("PollAdminDesc", img_picto('', 'delete'), $langs->trans("Add")).'</span><br>';
|
||||
print '<span class="opacitymedium">';
|
||||
$s = $langs->trans("PollAdminDesc", '{s1}', $langs->trans("Add"));
|
||||
print str_replace('{s1}', img_picto('', 'delete'), $s);
|
||||
print '</span><br>';
|
||||
}
|
||||
|
||||
$nbcolonnes = substr_count($object->sujet, ',') + 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user