diff --git a/trunk/remove.php b/trunk/remove.php index 936d21e4..c576ee3a 100644 --- a/trunk/remove.php +++ b/trunk/remove.php @@ -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').' '.$object -> getDisplayName().' ?'); + $GLOBALS['Smarty'] -> assign('question',_('Do you really want to delete').' '.$object -> getDisplayName().' ?'); $GLOBALS['Smarty'] -> assign('validation_url','remove.php?LSobject='.$_GET['LSobject'].'&dn='.$_GET['dn'].'&valid'); $GLOBALS['Smarty'] -> assign('validation_txt',_('Validate')); }