From eb5e2d26fe7319f50a4f8c121df23374c48455a5 Mon Sep 17 00:00:00 2001 From: x2002bobillot Date: Sun, 27 Nov 2005 11:14:59 +0000 Subject: [PATCH] Message de validation de photo plus clair git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@173 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/validations/photos.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/validations/photos.inc.php b/include/validations/photos.inc.php index 6ec9cdb..0f8e75e 100644 --- a/include/validations/photos.inc.php +++ b/include/validations/photos.inc.php @@ -129,9 +129,9 @@ class PhotoReq extends Validate function _mail_body($isok) { if ($isok) { - return " La demande de changement de photo que tu as demandée vient d'être effectuée."; + return "Le changement de photo que tu as demandé vient d'être effectué."; } else { - return " La demande de changement de photo que tu avais faite a été refusée."; + return "La demande de changement de photo que tu avais faite a été refusée."; } } -- 2.1.4