} else if (strlen($description)<10) {
$this->setError(_('Describe in a more comprehensive manner your project.'));
return false;
- } else if (strlen($description)>255) {
- $this->setError(_('Your project description is too long. Please make it smaller than 256 bytes.'));
- return false;
} else {
// Check if sys_use_project_vhost for homepage
<h2><?php echo $index++.'. '. _('Project Public Description') ?></h2>
<p>
-<?php echo _('This is the description of your project which will be shown on the Project Summary page, in search results, etc. Maximum length is 255 chars.') ?>
+<?php echo _('This is the description of your project which will be shown on the Project Summary page, in search results, etc.') ?>
</p>
<textarea name="description" cols="70" rows="5">