projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5fd47b
)
Typo.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 21 Dec 2010 15:04:08 +0000
(16:04 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 21 Dec 2010 15:04:08 +0000
(16:04 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/search.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/search.php
b/modules/search.php
index
5548237
..
ea9d21c
100644
(file)
--- 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', 'Ad
d
resses postales', false);
+ $view->addMod('addresses', 'Adresses postales', false);
}
$view->apply('search/adv', $page, $model);