An option to disable this bit of code would be useful, or at the very least please fix the typo - thanks!

Comments

zilla’s picture

was just thinking the same thing! please fix or explain the simple fix! unless there's an audio module through which i can sing in for real...

oriol_e9g’s picture

Category: bug » support
Status: Reviewed & tested by the community » Active

If you want tho corrent the string you only need to edit template.php file and search this line in the function phptemplate_flat_login():

<li class="usericon">'.l(t('Sing in..'),'user/login', array('attributes' => array('rel'=>'nofollow')) ).'</li>

and replace by this:

<li class="usericon">'.l(t('Sign in..'),'user/login', array('attributes' => array('rel'=>'nofollow')) ).'</li>
oriol_e9g’s picture

Category: support » bug
Status: Active » Reviewed & tested by the community
Starminder’s picture

Category: support » bug
Status: Active » Reviewed & tested by the community

Simple fix, please include in next release too.

Starminder’s picture

Status: Reviewed & tested by the community » Closed (fixed)
Starminder’s picture

fixed