AppDB include/application.php response spelling fix

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


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

Index: include/application.php
===================================================================
RCS file: /home/wine/appdb/include/application.php,v
retrieving revision 1.74
diff -u -p -r1.74 application.php
--- include/application.php	30 Sep 2006 01:31:04 -0000	1.74
+++ include/application.php	10 Nov 2006 17:55:12 -0000
@@ -343,7 +343,7 @@ class Application {
             case "add":
                 $sSubject =  "Submitted application accepted";
                 $sMsg  = "The application you submitted
(".$oApp->sName." ".$this->sName.") has been accepted.";
-                $sMsg .= "Administrators Responce:\n";
+                $sMsg .= "Administrator's Response:\n";
             break;
             case "reject":
                 $sSubject =  "Submitted application rejected";



More information about the wine-patches mailing list