Fixed issue 283, confusing with two 'Administer' tabs.
This commit is contained in:
@@ -218,7 +218,7 @@ class IDF_Form_Admin_ProjectCreate extends Pluf_Form
|
||||
$project->name = $this->cleaned_data['name'];
|
||||
$project->shortname = $this->cleaned_data['shortname'];
|
||||
$project->private = $this->cleaned_data['private_project'];
|
||||
$project->description = __('Click on the Administer tab to set the description of your project.');
|
||||
$project->description = __('Click on the Project Management tab to set the description of your project.');
|
||||
$project->create();
|
||||
$conf = new IDF_Conf();
|
||||
$conf->setProject($project);
|
||||
|
Reference in New Issue
Block a user