Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -r1.26 -r1.26.2.1 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 11 Dec 2003 21:39:46 -0000 1.26 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 14 Mar 2004 14:39:55 -0000 1.26.2.1 @@ -120,7 +120,7 @@ set auth_info(auth_status) "ok" } else { set auth_info(auth_status) "bad_password" - set auth_info(auth_message) "Invalid username or password" + set auth_info(auth_message) [_ acs-authentication.Invalid_username_or_password] return [array get auth_info] }