Assembla home | Assembla project page
 

Ticket #71 (closed Bug: fixed)

Opened 1 year ago

Last modified 1 year ago

some typo mistakes

Reported by: DyaGa Assigned to:
Priority: normal Milestone: Version 0.5
Component: Interface Version: 0.4
Severity: normal Keywords:
Cc:

Description

backend\www\modules\auth\language\english\userlib_lang.php

line:51

$lang['userlib_email_forgotten_password'] = 'Requested new login infomation';
						                    ^^^

line:69

$lang['userlib_registration_denied'] = 'Registration is not permited with this website.';
						                ^^^

Change History

12/24/08 19:03:11 changed by aprice30

  • status changed from new to closed.
  • resolution set to fixed.

(In [195]) Fixed some spelling errors and updated the MY_Controller class so the charset is taken from the config file, Closes #71, #76, #74, #77