[AppDB] Consistent capitalization in Application Form

"Alexander N. Sørnes" alex at thehandofagony.com
Sun Apr 30 08:22:25 CDT 2006


Make the use of capitalization in the Application Form more consistent.


Regards,

Alexander N. Sørnes
-------------- next part --------------
Index: include/application.php
===================================================================
RCS file: /home/wine/appdb/include/application.php,v
retrieving revision 1.44
diff -u -p -r1.44 application.php
--- include/application.php	16 Apr 2006 16:33:41 -0000	1.44
+++ include/application.php	30 Apr 2006 13:16:33 -0000
@@ -442,7 +442,7 @@ class Application {
         echo '<tr valign=top><td class="color0"><b>Keywords</b></td>',"\n";
         echo '<td><input size="90%" type="text" name="appKeywords" 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</b></td>',"\n";
         echo '<td><p><textarea cols="80" rows="20" id="app_editor" name="appDescription">';
 
         if(get_magic_quotes_gpc())


More information about the wine-patches mailing list