Rename 'trial' to 'experiment'

This commit is contained in:
Eike Foken
2011-09-08 01:37:32 +02:00
parent 33e116ed60
commit 7b329f4501
25 changed files with 341 additions and 277 deletions

View File

@@ -239,10 +239,10 @@ $config['projects/create'] = array(
*
* @var array
*/
$config['trials/create'] = array(
$config['experiments/create'] = array(
array(
'field' => 'name',
'label' => _('Trial name'),
'label' => _('Name'),
'rules' => 'required|min_length[3]|max_length[60]|trim',
),
array(