--- project.module 2008-12-29 17:54:18.000000000 +0000 +++ project_.module 2009-05-11 15:03:52.000000000 +0000 @@ -113,7 +113,7 @@ function project_node_info() { 'project_project' => array( 'name' => t('Project'), 'module' => 'project_project', - 'description' => t('A project is something a group is working on. It can optionally have issue tracking, integration with revision control systems, releases, and so on.' ), + 'description' => t('A project is something a group is working on. It can have issue tracking, integration with revision control systems, releases, and so on.' ), ), ); }