AppDB include/testData.php response spelling fix

Michael [Plouj] Ploujnikov ploujj at gmail.com
Fri Nov 10 12:02:22 CST 2006


ChangeLog:
Fix spelling of the email response in include/testData.php

Index: include/testData.php
===================================================================
RCS file: /home/wine/appdb/include/testData.php,v
retrieving revision 1.9
diff -u -p -r1.9 testData.php
--- include/testData.php	31 Aug 2006 02:39:09 -0000	1.9
+++ include/testData.php	10 Nov 2006 17:56:03 -0000
@@ -255,7 +255,7 @@ class testData{
                 $sSubject =  "Submitted testing data accepted";
                 $sMsg  = "The testing data you submitted
(".$oApp->sName." ".$this->sName.") has been accepted.";
                 $sMsg .=
APPDB_ROOT."appview.php?iVersionId=".$this->iVersionId."&iTestingId=".$this->iTestingId."\n";
-                $sMsg .= "Administrators Responce:\n";
+                $sMsg .= "Administrator's Response:\n";
             break;
             case "reject":
                 $sSubject =  "Submitted testing data rejected";



More information about the wine-patches mailing list