Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.115 -r1.116 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 12 Feb 2019 17:12:18 -0000 1.115 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 4 Jun 2019 07:56:12 -0000 1.116 @@ -209,7 +209,7 @@ set login_attempt_key "[ad_conn peeraddr]-[ad_conn subsite_id]" if { [::auth::login_attempts::threshold_reached_p -login_attempt_key $login_attempt_key] } { - set auth_message [_ acs-authentication.To_many_failed_login_attempts] + set auth_message [_ acs-authentication.Too_many_failed_login_attempts] return [list auth_status "failed_to_connect" \ auth_message $auth_message \