~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/model/bug.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-26 03:34:45 UTC
  • mfrom: (14027.1.1 bug-auto-unsubscribe-email)
  • Revision ID: launchpad@pqm.canonical.com-20110926033445-bayd2lcmmr55h6g2
[r=wallyworld][no-qa] Fix some typos in the email text for bug
 unsubscriptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1793
1793
            recipients = BugNotificationRecipients()
1794
1794
            recipients.addBugSupervisor(subscriber)
1795
1795
            notification_text = ("This bug is no longer private so the bug "
1796
 
                "supervisor was unsubscribed. You will no longer be notified "
1797
 
                "of changes to this bug for privacy related reasons, but you "
1798
 
                "may receive notifications about this bug from other "
1799
 
                "subscriptions.")
 
1796
                "supervisor was unsubscribed. They will no longer be "
 
1797
                "notified of changes to this bug for privacy related "
 
1798
                "reasons, but may receive notifications about this bug from "
 
1799
                "other subscriptions.")
1800
1800
            self.unsubscribe(
1801
1801
                subscriber, who, ignore_permissions=True,
1802
1802
                send_notification=True,
1806
1806
            recipients = BugNotificationRecipients()
1807
1807
            recipients.addSecurityContact(subscriber)
1808
1808
            notification_text = ("This bug is no longer security related so "
1809
 
                "the security contact was unsubscribed. You will no longer "
1810
 
                "be notified of changes to this bug for privacy related "
1811
 
                "reasons, but you may receive notifications about this bug "
 
1809
                "the security contact was unsubscribed. They will no longer "
 
1810
                "be notified of changes to this bug for security related "
 
1811
                "reasons, but may receive notifications about this bug "
1812
1812
                "from other subscriptions.")
1813
1813
            self.unsubscribe(
1814
1814
                subscriber, who, ignore_permissions=True,