diff options
Diffstat (limited to 'lib/plugins/config/lang')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 70109e5fb..a415ca464 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -87,7 +87,8 @@ $lang['autopasswd'] = 'Autogenerate passwords'; $lang['authtype'] = 'Authentication backend'; $lang['passcrypt'] = 'Password encryption method'; $lang['defaultgroup']= 'Default group'; -$lang['superuser'] = 'Superuser'; +$lang['superuser'] = 'Superuser - a group or user with full access to all pages and functions regardless of the ACL settings'; +$lang['manager'] = 'Manager - a group or user with access to certain management functions'; $lang['profileconfirm'] = 'Confirm profile changes with password'; $lang['disableactions'] = 'Disable DokuWiki actions'; $lang['disableactions_check'] = 'Check'; |