diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-09-14 21:09:48 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-09-14 21:09:48 -0400 |
commit | 710b17aa37dd5c90db695219defdfef7a889f29a (patch) | |
tree | b134835879a8530ee4b477f9b5aff6fd6c974524 /mod/reportedcontent/languages | |
parent | c32bf213547c21dfb8a8bb535e9432330af010fa (diff) | |
download | elgg-710b17aa37dd5c90db695219defdfef7a889f29a.tar.gz elgg-710b17aa37dd5c90db695219defdfef7a889f29a.tar.bz2 |
Fixes #3681 fixed Utilities menu collisions in admin section and added documentation about registering more than one menu item with the same name to a menu
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r-- | mod/reportedcontent/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index c047644e3..c2e197879 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -8,7 +8,7 @@ $english = array( 'item:object:reported_content' => 'Reported items', - 'admin:utilities:reportedcontent' => 'Reported content', + 'admin:administer_utilities:reportedcontent' => 'Reported content', 'reportedcontent' => 'Reported content', 'reportedcontent:this' => 'Report this', 'reportedcontent:this:tooltip' => 'Report this page to an administrator', |