From 5fb6243102e19dc69eba99b1498d720f1bed323d Mon Sep 17 00:00:00 2001 From: "Michael [Plouj] Ploujnikov" Date: Thu, 4 Jan 2007 00:36:44 +0000 Subject: [PATCH] Fix spelling of the email response in include/application.php --- include/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/application.php b/include/application.php index 043eb5d..7a5b2f2 100644 --- a/include/application.php +++ b/include/application.php @@ -373,7 +373,7 @@ class Application { case "add": $sSubject = "Submitted application accepted"; $sMsg = "The application you submitted (".$this->sName.") has been accepted by ".$_SESSION['current']->sRealname."."; - $sMsg .= "Administrators Responce:\n"; + $sMsg .= "Administrator's Response:\n"; break; case "reject": $sSubject = "Submitted application rejected";