X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/48963f462b5fff937438ca93bcc537d78e454f30..97c41afff2c538e47b4bf3b8152278dfa3f19e3d:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 870ead100..d8552686b 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -979,6 +979,7 @@ sub all_rights_full { ["--others", $locale->text("Others")], ["email_bcc", $locale->text("May set the BCC field when sending emails")], ["config", $locale->text("Change Lx-Office installation settings (all menu entries beneath 'System')")], + ["admin", $locale->text("Administration (Used to access instance administration from user logins)")], ); return @all_rights;