ChangeSet ID: 31322 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/08/08 18:40:34 Modified files: include : maintainer.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> 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. Patch: http://cvs.winehq.org/patch.py?id=31322 Old revision New revision Changes Path 1.54 1.55 +2 -2 appdb/include/maintainer.php Index: appdb/include/maintainer.php diff -u -p appdb/include/maintainer.php:1.54 appdb/include/maintainer.php:1.55 --- appdb/include/maintainer.php:1.54 8 Aug 2007 23:40:34 -0000 +++ appdb/include/maintainer.php 8 Aug 2007 23:40:34 -0000 @@ -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
participants (1)
-
WineHQ