Changeset 21

Show
Ignore:
Timestamp:
04/09/07 09:45:32
Author:
grahack
Message:

correcting a small typo in a key of the lang file (success instead of sucess)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_success.php

    r2 r21  
    1 <?=$this->lang->line('FAL_activation_sucess_message');?> 
     1<?=$this->lang->line('FAL_activation_success_message');?> 
    22<BR/> 
    33<?=anchor($this->config->item('FAL_home_action'), $this->lang->line('FAL_continue_label'))?> 
  • FreakAuth/trunk/www/system/language/english/freakauth_lang.php

    r19 r21  
    4848$lang['FAL_register_cancel_confirm'] = 'Are you sure you want to decline the Terms of Service? Click Cancel to continue with registration.'; 
    4949 
    50 $lang['FAL_register_sucess_message'] = 'Thank You!<BR/>Your registration has been successfully completed.<BR/><BR/>You have just been sent an email containing membership activation instructions.<BR/>'; 
     50$lang['FAL_register_success_message'] = 'Thank You!<BR/>Your registration has been successfully completed.<BR/><BR/>You have just been sent an email containing membership activation instructions.<BR/>'; 
    5151 
    5252$lang['FAL_invalid_register_message'] = 'Invalid registration attempt.';