Module: appdb Branch: master Commit: 9851dbe24f5560e717b795576a9c3428fccc7e64 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=9851dbe24f5560e717b795576...
Author: Rosanne DiMesio dimesio@earthlink.net Date: Sun Jan 22 10:24:50 2017 -0600
Fix email message for rejected application submissions
Clarifies the instructions for revising and resubmitting rejected submissions and adds missing whitespace. Fixes bug 42272.
Signed-off-by: Rosanne DiMesio dimesio@earthlink.net Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
include/application.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/application.php b/include/application.php index febc92d..2f7491e 100644 --- a/include/application.php +++ b/include/application.php @@ -443,9 +443,9 @@ class Application { break; case "reject": $sSubject = "Submitted application rejected"; - $sMsg = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname."."; - $sMsg .= "Clicking on the link in this email will allow you to modify and resubmit the application. "; - $sMsg .= "A link to your queue of applications and versions will also show up on the left hand side of the Appdb site once you have logged in. "; + $sMsg = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.". "; + $sMsg .= "A link to your queue of applications and versions will show up on the left hand side of the Appdb site once you have logged in. "; + $sMsg .= "Clicking on that link will allow you to modify and resubmit the application. "; $sMsg .= APPDB_ROOT."objectManager.php?sClass=application_queue". "&bIsQueue=true&bIsRejected=true&iId=".$this->iAppId."&sTitle=". "Edit+Application\n";