Index: openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl 27 Oct 2014 16:38:55 -0000 1.4 +++ openacs-4/packages/acs-admin/www/auth/authority-set-enabled-p.tcl 7 Aug 2017 23:47:45 -0000 1.5 @@ -22,5 +22,11 @@ ad_returnredirect . ad_script_abort } else { - ad_return_error "Cannot disable authority" "Disabling this authority would mean that all site-wide administrator users are shut out from the system, meaning the system could no longer be adminstered." + ad_return_error "Cannot disable authority" "Disabling this authority would mean that all site-wide administrator users are shut out from the system, meaning the system could no longer be administered." } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: