From: Rosanne DiMesio Subject: [AppDB] Fix email message for rejected application submissions Message-Id: <1485102290-14064-1-git-send-email-dimesio@earthlink.net> Date: Sun, 22 Jan 2017 10:24:50 -0600 Clarifies the instructions for revising and resubmitting rejected submissions and adds missing whitespace. Fixes bug 42272. Signed-off-by: Rosanne DiMesio --- 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"; -- 1.8.4.5