Changeset 40

Show
Ignore:
Timestamp:
04/10/07 07:08:36
Author:
grahack
Message:

FAL: i18n of activation heading

Files:

Legend:

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

    r38 r40  
    250250        { 
    251251            $data = array( 
    252                                             'heading' => 'Registration'
     252                                            'heading' => $this->lang->line('FAL_registration_label')
    253253                                            'page' => $this->config->item('FAL_register_activation_success_view') 
    254254                                        ); 
     
    262262        { 
    263263                $data = array( 
    264                                             'heading' => 'Registration'
     264                                            'heading' => $this->lang->line('FAL_registration_label')
    265265                                            'page' => $this->config->item('FAL_register_activation_failed_view') 
    266266                                        ); 
  • FreakAuth/trunk/www/system/language/english/freakauth_lang.php

    r38 r40  
    3333$lang['FAL_forgotten_password_label'] = 'Forgotten Password'; 
    3434$lang['FAL_register_label'] = 'Register'; 
     35$lang['FAL_registration_label'] = 'Registration'; 
    3536$lang['FAL_change_password_label'] = 'Change Password'; 
    3637