From f2d2f5bb0e72f5b55b2048aee736f05bcf9048fc Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 8 May 2012 10:25:19 +0200 Subject: [PATCH] MINOR Changed CMS section name from "Users" back to its 2.4 label, "Security". Mainly to avoid breadcrumb weirdnesses when having a "Users/Users/My User" path. Signed off by Paul. --- admin/code/SecurityAdmin.php | 2 +- lang/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/code/SecurityAdmin.php b/admin/code/SecurityAdmin.php index c43d4d798..a6d57bd63 100755 --- a/admin/code/SecurityAdmin.php +++ b/admin/code/SecurityAdmin.php @@ -10,7 +10,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider { static $url_rule = '/$Action/$ID/$OtherID'; - static $menu_title = 'Users'; + static $menu_title = 'Security'; static $tree_class = 'Group'; diff --git a/lang/en.yml b/lang/en.yml index 9c2932acd..c8520f917 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -426,7 +426,7 @@ en: IMPORTGROUPS: 'Import groups' IMPORTUSERS: 'Import users' MEMBERS: Members - MENUTITLE: Users + MENUTITLE: Security MemberListCaution: 'Caution: Removing members from this list will remove them from all groups and the database' NEWGROUP: 'New Group' PERMISSIONS: Permissions