Closed (fixed)
Project:
CAS
Version:
5.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2007 at 16:07 UTC
Updated:
20 Mar 2007 at 22:45 UTC
Hi,
I noticed the "login" string of the CAS authentication block wasn't translated.
cas.module, line 227:
Replace:
$output .= l('Login','cas');
With:
$output .= l(t('Login'),'cas');
Regards
Comments
Comment #1
metzlerd commentedfixed in HEAD and 5.x.2.0 release.
Comment #2
(not verified) commented