From c5650470906c3a06b31a34cc4ab42f526393b55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Thu, 18 Jan 2007 02:35:16 +0000 Subject: [PATCH] Language fixes --- testResults.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testResults.php b/testResults.php index 603340a..52e067f 100644 --- a/testResults.php +++ b/testResults.php @@ -180,9 +180,9 @@ else // if ($aClean['sSub']) is not defined, display the Testing results queue p { // help echo "
\n\n"; - echo "

This is the list of Test Results waiting for submition, or to be deleted.

\n"; + echo "

This is the list of test results waiting to be accepted or deleted.

\n"; echo "

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 .
\n"; + echo "re-submit it into the AppDB.
\n"; echo "

\n\n"; $oTest->ShowListofTests($hResult,"Submitted Testing Results");