kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-04-13 09:05 pm

[dw-nonfree] change wording on suggestions form

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/984c4932c0e0]

http://bugs.dwscoalition.org/show_bug.cgi?id=2521

Improved wording for suggestion guidelines.

Patch by [staff profile] denise.

Files modified:
  • htdocs/site/suggest.bml
--------------------------------------------------------------------------------
diff -r ddff414f498f -r 984c4932c0e0 htdocs/site/suggest.bml
--- a/htdocs/site/suggest.bml	Tue Apr 06 11:02:15 2010 -0700
+++ b/htdocs/site/suggest.bml	Tue Apr 13 16:05:34 2010 -0500
@@ -230,7 +230,7 @@ body<=
                               } );
 
     # Full description:
-    $ret .= "<h2>Full Description</h2><p>The full description of your idea. Be as specific and detailed as you can. Tell us what problem your suggestion is intended to solve, why you think your suggestion is the best solution to that problem, what problems or drawbacks your suggestion might have, and if there are any other ways you can think to do it. The more detail you provide, the better chances your suggestion has of being implemented.</p>";
+    $ret .= "<h2>Full Description</h2><p>The full description of your idea. Be as specific and detailed as you can. Tell us what issue or area your suggestion is intended to improve, why you think your specific suggestion is the best solution, what problems or drawbacks your suggestion might have if it's implemented, and if there are any other ways you can think to accomplish what you'd like to improve that could also be considered. The more detail you provide, the better chances your suggestion has of being implemented.</p>";
     $ret .= LJ::html_textarea( { 
                                 name => 'description',
                                 rows => 7,
--------------------------------------------------------------------------------