diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-10-12 16:16:22 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-10-12 16:16:22 +0000 |
commit | a185443ed34db91d65b5278572c038a98508e4cb (patch) | |
tree | 7460191c46e54688cd707a61cad41a4cb04fa5e8 /modules/user.module | |
parent | 2c4a82bda243a006af96cb76be0c0500b4c3a47b (diff) | |
download | brdo-a185443ed34db91d65b5278572c038a98508e4cb.tar.gz brdo-a185443ed34db91d65b5278572c038a98508e4cb.tar.bz2 |
#11503: consistency improvements by Stefan
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index 952659c00..ff63e7b09 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1393,7 +1393,7 @@ function user_admin_perm($edit = array()) { } // Render role/permission overview: - $header = array_merge(array(t('permission')), $role_names); + $header = array_merge(array(t('Permission')), $role_names); foreach (module_list() as $module) { if ($perms = module_invoke($module, 'perm')) { |