diff options
author | cash <cash.costello@gmail.com> | 2012-01-01 19:35:23 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-01 19:35:23 -0500 |
commit | 147223bc786833d539b3325db966a3a1eed44956 (patch) | |
tree | a7d072043c30b154dfc7bd89b14213be1230a7e0 /mod/groups/languages | |
parent | e04c580e7064c24104f29a8aed295381c351b4a4 (diff) | |
download | elgg-147223bc786833d539b3325db966a3a1eed44956.tar.gz elgg-147223bc786833d539b3325db966a3a1eed44956.tar.bz2 |
Fixes #2230 group acl names are not i18n friendly
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 3623c95fc..a4a9e2b2b 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -62,6 +62,7 @@ $english = array( '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:acl' => "Group: %s", 'groups:activity' => "Group activity", 'groups:enableactivity' => 'Enable group activity', |