Ask people to fill out the description in their own words. Often the copy-pasted description makes no sense even if it is from the applications website.

This commit is contained in:
Jeff Zaroyko
2008-05-25 07:30:49 +10:00
committed by Chris Morgan
parent c547b5532d
commit f3daa9a47d

View File

@@ -603,7 +603,7 @@ class Application {
echo '<tr valign=top><td class="color0"><b>Keywords</b></td>',"\n";
echo '<td><input size="75%" type="text" name="sAppKeywords" value="'.$this->sKeywords.'"></td></tr>',"\n";
echo '<tr valign=top><td class="color0"><b>Application description</b></td>',"\n";
echo '<tr valign=top><td class="color0"><b>Application description (In your own words)</b></td>',"\n";
echo '<td><p><textarea cols="80" rows="20" id="app_editor" name="shAppDescription">';
echo $this->sDescription.'</textarea></p></td></tr>',"\n";