Changeset 19

Show
Ignore:
Timestamp:
04/09/07 03:46:06
Author:
grahack
Message:

FAL: removed unused code (terms_of_service.php and lang keys), corrected a lower case letter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/controllers/auth.php

    r2 r19  
    4343        $fields['password_confirm'] = $this->lang->line('FAL_user_password_confirm_label'); 
    4444        $fields['email'] = $this->lang->line('FAL_user_email_label'); 
    45         $fields['security'] = $this->lang->line('FAL_user_security_code_label'); 
     45        $fields['security'] = $this->lang->line('FAL_captcha_label'); 
    4646         
    4747        //if activated in config, sets the select country box 
  • FreakAuth/trunk/www/system/language/english/freakauth_lang.php

    r2 r19  
    2222$lang['FAL_user_email_label'] = 'Email'; 
    2323$lang['FAL_user_autologin_label'] = 'remember me'; 
    24 $lang['FAL_user_security_code_label'] = 'Security Code'; 
    2524$lang['FAL_user_country_label'] = 'Country'; 
    2625 
     
    4140//CAPTCHA 
    4241//------------------------------------------------------------------ 
    43 $lang['FAL_captcha_label'] = 'Security code'; 
     42$lang['FAL_captcha_label'] = 'Security Code'; 
    4443$lang['FAL_captcha_message'] = 'Please type the code you see in the image below'; 
    4544 
     
    130129 
    131130//------------------------------------------------------------------ 
    132 //E-MAILS (GENERAL) 
    133 //------------------------------------------------------------------ 
    134 $lang['FAL_email_from_name'] = 'Administrator'; 
    135  
    136 //------------------------------------------------------------------ 
    137131//FLASH MESSAGES 
    138132//------------------------------------------------------------------