ChangeSet ID: 30887 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/17 20:35:16
Modified files: . : testResults.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Language fixes
Patch: http://cvs.winehq.org/patch.py?id=30887
Old revision New revision Changes Path 1.25 1.26 +2 -2 appdb/testResults.php
Index: appdb/testResults.php diff -u -p appdb/testResults.php:1.25 appdb/testResults.php:1.26 --- appdb/testResults.php:1.25 18 Jan 2007 2:35:16 -0000 +++ appdb/testResults.php 18 Jan 2007 2:35:16 -0000 @@ -180,9 +180,9 @@ else // if ($aClean['sSub']) is not defi { // help echo "<div align=center><table width='90%' border=0 cellpadding=3 cellspacing=0><tr><td>\n\n"; - echo "<p>This is the list of Test Results waiting for submition, or to be deleted.</p>\n"; + echo "<p>This is the list of test results waiting to be accepted or deleted.</p>\n"; echo "<p>To view a submission, click on its name. From that page you can delete or edit and\n"; - echo "re-submit it into the AppDB .<br>\n"; + echo "re-submit it into the AppDB.<br>\n"; echo "</td></tr></table></div>\n\n";
$oTest->ShowListofTests($hResult,"Submitted Testing Results");