Changeset 40
- Timestamp:
- 04/10/07 07:08:36
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/controllers/auth.php
r38 r40 250 250 { 251 251 $data = array( 252 'heading' => 'Registration',252 'heading' => $this->lang->line('FAL_registration_label'), 253 253 'page' => $this->config->item('FAL_register_activation_success_view') 254 254 ); … … 262 262 { 263 263 $data = array( 264 'heading' => 'Registration',264 'heading' => $this->lang->line('FAL_registration_label'), 265 265 'page' => $this->config->item('FAL_register_activation_failed_view') 266 266 ); FreakAuth/trunk/www/system/language/english/freakauth_lang.php
r38 r40 33 33 $lang['FAL_forgotten_password_label'] = 'Forgotten Password'; 34 34 $lang['FAL_register_label'] = 'Register'; 35 $lang['FAL_registration_label'] = 'Registration'; 35 36 $lang['FAL_change_password_label'] = 'Change Password'; 36 37
