From fb5a695e129d9ec6c781cb85fd95a134e4b73177 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 8 Aug 2007 23:40:33 +0000 Subject: [PATCH] Fix formatting issue with 2nd notification email where we didn't specify that the duration was in days and we were missing a space after the day interval. --- include/maintainer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/maintainer.php b/include/maintainer.php index 420d2f4..6950282 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -1131,8 +1131,8 @@ class maintainer // so a more active person can fill the spot $oNotificationUpdate->sMsg.= "\nThis your second notification of queued entries."; $oNotificationUpdate->sMsg.= " If the queued entries are not processsed within"; - $oNotificationUpdate->sMsg.= " the next ".iNotificationIntervalDays. "we will remove"; - $oNotificationUpdate->sMsg.= " your maintainership for this application/version"; + $oNotificationUpdate->sMsg.= " the next ".iNotificationIntervalDays. " days we will"; + $oNotificationUpdate->sMsg.= " remove your maintainership for this application/version"; $oNotificationUpdate->sMsg.= " so a more active person can fill the spot."; break; case 3: // remove their maintainership and notify the maintainer why we are doing so