From 7598ba3addfc5f07ff1cc7398179cda4fef063d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 17 Jul 2011 19:19:08 +0200 Subject: [PATCH] Fix typo and improve validation text for addresses. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- include/validations/address.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations/address.inc.php b/include/validations/address.inc.php index b31bc9b..91c4148 100644 --- a/include/validations/address.inc.php +++ b/include/validations/address.inc.php @@ -104,7 +104,7 @@ class AddressReq extends ProfileValidate protected function _mail_body($isok) { if ($isok) { - return " Nous avons réussit à mieux localiser l'adresse."; + return " Nous avons réussi à mieux localiser l'adresse suivante :\n{$this->given_text}."; } else { return " L'adresse est suffisemment bien localisée pour les besoins du site (recherche avancée, planisphère), nous avons donc choisi de ne pas la modifier."; } -- 2.1.4