From: Stéphane Jacob Date: Tue, 21 Dec 2010 15:04:08 +0000 (+0100) Subject: Typo. X-Git-Tag: xorg/1.0.2~62 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c442573a4e872aed5392ef0a0a4047833666031a;p=platal.git Typo. Signed-off-by: Stéphane Jacob --- diff --git a/modules/search.php b/modules/search.php index 5548237..ea9d21c 100644 --- a/modules/search.php +++ b/modules/search.php @@ -179,7 +179,7 @@ class SearchModule extends PLModule // TODO: Reactivate when the new map is completed. // $view->addMod('geoloc', 'Planisphère', false, array('with_annu' => 'search/adv')); if (S::user()->checkPerms(User::PERM_EDIT_DIRECTORY) || S::admin()) { - $view->addMod('addresses', 'Addresses postales', false); + $view->addMod('addresses', 'Adresses postales', false); } $view->apply('search/adv', $page, $model);