- Remove : Correction d'une erreur dans le label.

This commit is contained in:
Benjamin Renard 2009-02-17 08:42:05 +00:00
parent 80a374a29c
commit cf869aa24f

View file

@ -44,7 +44,7 @@ if(LSsession :: startLSsession()) {
else {
// Définition du Titre de la page
$GLOBALS['Smarty'] -> assign('pagetitle',_('Deleting').' : '.$object -> getDisplayName());
$GLOBALS['Smarty'] -> assign('question',_('To you really want to delete').' <strong>'.$object -> getDisplayName().'</strong> ?');
$GLOBALS['Smarty'] -> assign('question',_('Do you really want to delete').' <strong>'.$object -> getDisplayName().'</strong> ?');
$GLOBALS['Smarty'] -> assign('validation_url','remove.php?LSobject='.$_GET['LSobject'].'&amp;dn='.$_GET['dn'].'&amp;valid');
$GLOBALS['Smarty'] -> assign('validation_txt',_('Validate'));
}