Assembla home | Assembla project page
 

Ticket #73 (closed Enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

i18n support

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

Description

backend\www\system\application\controllers\admin\settings.php

line:57 Select options strings

$config['field']['activation_method'] = array('type'=>'dropdown','params'=>array('options'=>array('none'=>'No activation required','email'=>'Self activation by email','admin'=>'Manual activation by an administrator')));

Change History

12/25/08 10:33:54 changed by aprice30

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

(In [206]) Added extra language strings for application/controllers/admin/settings.php, Closes #73