ChangeSet ID: 25433 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/06 13:54:12
Modified files: . : maintainersubmit.php
Log message: "EA Durbin" ead1234@hotmail.com Fix typos
Patch: http://cvs.winehq.org/patch.py?id=25433
Old revision New revision Changes Path 1.21 1.22 +2 -2 appdb/maintainersubmit.php
Index: appdb/maintainersubmit.php diff -u -p appdb/maintainersubmit.php:1.21 appdb/maintainersubmit.php:1.22 --- appdb/maintainersubmit.php:1.21 6 Jun 2006 18:54:12 -0000 +++ appdb/maintainersubmit.php 6 Jun 2006 18:54:12 -0000 @@ -87,7 +87,7 @@ if($_REQUEST['maintainReason'])
if (query_appdb($query)) { - echo "<p>Your maintainer request has been submitted for Review. You should hear back\n"; + echo "<p>Your maintainer request has been submitted for review. You should hear back\n"; echo "soon about the status of your submission</p>\n"; } } else @@ -151,7 +151,7 @@ if($_REQUEST['maintainReason']) echo "<input type=hidden name='superMaintainer' value=$superMaintainer>";
if($superMaintainer) - echo '<tr valign=top><td class=color0><b>Why you want to and should be an application supermaintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n"; + echo '<tr valign=top><td class=color0><b>Why you want to and should be an application super maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n"; else echo '<tr valign=top><td class=color0><b>Why you want to and should be an application maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";