diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-23 20:43:48 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-23 20:43:48 -0500 |
commit | a9394e1035147e3910b2dc3cf156b0361ea791cc (patch) | |
tree | e62e8684b4e5b8f451b27043b00aeced5a9447c0 /mod/groups/languages | |
parent | 2c4e77c49fc43add737daaa76aef710de8d01d30 (diff) | |
download | elgg-a9394e1035147e3910b2dc3cf156b0361ea791cc.tar.gz elgg-a9394e1035147e3910b2dc3cf156b0361ea791cc.tar.bz2 |
Fixes #2074 adds group search
Diffstat (limited to 'mod/groups/languages')
-rw-r--r-- | mod/groups/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/groups/languages/en.php b/mod/groups/languages/en.php index 09feaf8d1..3623c95fc 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -61,6 +61,7 @@ $english = array( 'groups:search:tags' => "tag", 'groups:search:title' => "Search for groups tagged with '%s'", 'groups:search:none' => "No matching groups were found", + 'groups:search_in_group' => "Search in this group", 'groups:activity' => "Group activity", 'groups:enableactivity' => 'Enable group activity', |