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

metzlerd’s picture

Status: Active » Fixed

fixed in HEAD and 5.x.2.0 release.

Anonymous’s picture

Status: Fixed » Closed (fixed)