From cf869aa24f503746e619caccf18dd85537641a1d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 17 Feb 2009 08:42:05 +0000 Subject: [PATCH] - Remove : Correction d'une erreur dans le label. --- trunk/remove.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); }