Merge lp:~bac/launchpad/bug-702413 into lp:launchpad

Proposed by Brad Crittenden
Status: Merged
Approved by: Brad Crittenden
Approved revision: no longer in the source branch.
Merged at revision: 12905
Proposed branch: lp:~bac/launchpad/bug-702413
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/bugs/browser/bugsubscription.py (+1/-1)
To merge this branch: bzr merge lp:~bac/launchpad/bug-702413
Reviewer Review Type Date Requested Status
Brad Crittenden (community) code Approve
Review via email: mp+58748@code.launchpad.net

Commit message

[r=bac][bug=702413] Fix the/this grammar issue.

Description of the change

Fix small grammar issue.

To post a comment you must log in.
Revision history for this message
Brad Crittenden (bac) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/bugs/browser/bugsubscription.py'
2--- lib/lp/bugs/browser/bugsubscription.py 2011-04-19 01:37:24 +0000
3+++ lib/lp/bugs/browser/bugsubscription.py 2011-04-21 20:31:03 +0000
4@@ -172,7 +172,7 @@
5 "any change is made to this bug, other than a new comment "
6 "being added, or"),
7 BugNotificationLevel.LIFECYCLE: (
8- "the bug is fixed or re-opened."),
9+ "this bug is fixed or re-opened."),
10 }
11
12 @property