Fixed issue 283, confusing with two 'Administer' tabs.

This commit is contained in:
Loic d'Anterroches
2009-10-01 14:44:39 +02:00
parent 0dedee4429
commit 6edaf03faa
6 changed files with 8 additions and 8 deletions

View File

@@ -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);