Fix typo and improve validation text for addresses.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sun, 17 Jul 2011 17:19:08 +0000 (19:19 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sun, 17 Jul 2011 20:20:43 +0000 (22:20 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
include/validations/address.inc.php

index b31bc9b..91c4148 100644 (file)
@@ -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.";
         }