ChangeSet ID: 30847 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/03 18:36:44
Modified files: include : application.php
Log message: "Michael [Plouj] Ploujnikov" ploujj@gmail.com Fix spelling of the email response in include/application.php
Patch: http://cvs.winehq.org/patch.py?id=30847
Old revision New revision Changes Path 1.81 1.82 +1 -1 appdb/include/application.php
Index: appdb/include/application.php diff -u -p appdb/include/application.php:1.81 appdb/include/application.php:1.82 --- appdb/include/application.php:1.81 4 Jan 2007 0:36:44 -0000 +++ appdb/include/application.php 4 Jan 2007 0:36:44 -0000 @@ -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";