Merge ~jugmac00/launchpad:fix-missing-space into launchpad:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: f925f43316f7d49373c2a451e74bc57b49238929
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-missing-space
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
lib/lp/coop/answersbugs/browser.py (+1/-1)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+447148@code.launchpad.net

Commit message

Add missing space

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) wrote :

LGTM 👍

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/coop/answersbugs/browser.py b/lib/lp/coop/answersbugs/browser.py
2index 70c5abd..3204f9c 100644
3--- a/lib/lp/coop/answersbugs/browser.py
4+++ b/lib/lp/coop/answersbugs/browser.py
5@@ -26,7 +26,7 @@ class QuestionMakeBugView(LaunchpadFormView):
6 # we can't make a bug when we have linked bugs
7 self.request.response.addErrorNotification(
8 _(
9- "You cannot create a bug report from a question"
10+ "You cannot create a bug report from a question "
11 "that already has bugs linked to it."
12 )
13 )

Subscribers

People subscribed via source and target branches

to status/vote changes: