Module: appdb Branch: master Commit: f3daa9a47d2dc0fe30b1f1a071f6570f946fe3cf URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f3daa9a47d2dc0fe30b1f1a07...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Sun May 25 07:30:49 2008 +1000
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.
---
include/application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/application.php b/include/application.php index 7bd571e..2c36f24 100644 --- a/include/application.php +++ b/include/application.php @@ -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";