diff options
author | Zach Copley <zach@status.net> | 2009-11-24 18:47:56 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-24 18:47:56 +0000 |
commit | 2eae258319d5621065f9491ba4d81814c0f2b1fd (patch) | |
tree | 71305b1bee0e9b557f078f0c11ecbad3b9ee2059 /lib/searchgroupnav.php | |
parent | 4bace8f1a5df797aead91ce802d4538e1dfed9ec (diff) | |
parent | 2da531d7d65044f3093eafd72b73a08e1cf67fd5 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/searchgroupnav.php')
-rw-r--r-- | lib/searchgroupnav.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/searchgroupnav.php b/lib/searchgroupnav.php index 677365ea9..e843dc096 100644 --- a/lib/searchgroupnav.php +++ b/lib/searchgroupnav.php @@ -79,9 +79,9 @@ class SearchGroupNav extends Widget } $this->out->menuItem(common_local_url('peoplesearch', $args), _('People'), _('Find people on this site'), $action_name == 'peoplesearch', 'nav_search_people'); - $this->out->menuItem(common_local_url('noticesearch', $args), _('Notice'), + $this->out->menuItem(common_local_url('noticesearch', $args), _('Notices'), _('Find content of notices'), $action_name == 'noticesearch', 'nav_search_notice'); - $this->out->menuItem(common_local_url('groupsearch', $args), _('Group'), + $this->out->menuItem(common_local_url('groupsearch', $args), _('Groups'), _('Find groups on this site'), $action_name == 'groupsearch', 'nav_search_group'); $this->action->elementEnd('ul'); } |