Skip to content

Commit

Permalink
MINOR Changed CMS section name from "Users" back to its 2.4 label, "S…
Browse files Browse the repository at this point in the history
…ecurity". Mainly to avoid breadcrumb weirdnesses when having a "Users/Users/My User" path. Signed off by Paul.
  • Loading branch information
chillu committed May 8, 2012
1 parent a2dbd69 commit f2d2f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/code/SecurityAdmin.php
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion lang/en.yml
Expand Up @@ -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
Expand Down

0 comments on commit f2d2f5b

Please sign in to comment.