appdb/include application.php

WineHQ wineowner at wine.codeweavers.com
Wed May 3 19:23:39 CDT 2006


ChangeSet ID:	24446
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/05/03 19:23:39

Modified files:
	include        : application.php 

Log message:
	"Alexander N. Sørnes" <alex at thehandofagony.com>
	Make the use of capitalization in the Application Form more consistent

Patch: http://cvs.winehq.org/patch.py?id=24446

Old revision  New revision  Changes     Path
 1.44          1.45          +1 -1       appdb/include/application.php

Index: appdb/include/application.php
diff -u -p appdb/include/application.php:1.44 appdb/include/application.php:1.45
--- appdb/include/application.php:1.44	4 May 2006  0:23:39 -0000
+++ appdb/include/application.php	4 May 2006  0:23:39 -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-cvs mailing list