ChangeSet ID: 22583 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/01/28 17:00:35
Modified files: admin : adminTestResults.php
Log message: Tony Lambregts tony.lambregts@gmail.com Fix spelling of 'testing'
Patch: http://cvs.winehq.org/patch.py?id=22583
Old revision New revision Changes Path 1.3 1.4 +2 -2 appdb/admin/adminTestResults.php
Index: appdb/admin/adminTestResults.php diff -u -p appdb/admin/adminTestResults.php:1.3 appdb/admin/adminTestResults.php:1.4 --- appdb/admin/adminTestResults.php:1.3 28 Jan 2006 23: 0:35 -0000 +++ appdb/admin/adminTestResults.php 28 Jan 2006 23: 0:35 -0000 @@ -148,7 +148,7 @@ else // if ($_REQUEST['sub']) is not def { //no apps in queue echo html_frame_start("Submitted Testing Results","90%"); - echo '<p><b>The Submitted Testng Results Queue is empty.</b></p>',"\n"; + echo '<p><b>The Submitted Testing Results Queue is empty.</b></p>',"\n"; echo html_frame_end(" "); } else @@ -169,7 +169,7 @@ else // if ($_REQUEST['sub']) is not def { //no rejected test results in queue echo html_frame_start("Rejected Testing Results","90%"); - echo '<p><b>The Rejected Testng Results Queue is empty.</b></p>',"\n"; + echo '<p><b>The Rejected Testing Results Queue is empty.</b></p>',"\n"; echo html_frame_end(" "); } else