Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-missing-space into 
launchpad:master.

Commit message:
Add missing space

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #2028100 in Launchpad itself: "typo in error text about bugs linked to 
question"
  https://bugs.launchpad.net/launchpad/+bug/2028100

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/447148
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
~jugmac00/launchpad:fix-missing-space into launchpad:master.
diff --git a/lib/lp/coop/answersbugs/browser.py b/lib/lp/coop/answersbugs/browser.py
index 70c5abd..3204f9c 100644
--- a/lib/lp/coop/answersbugs/browser.py
+++ b/lib/lp/coop/answersbugs/browser.py
@@ -26,7 +26,7 @@ class QuestionMakeBugView(LaunchpadFormView):
             # we can't make a bug when we have linked bugs
             self.request.response.addErrorNotification(
                 _(
-                    "You cannot create a bug report from a question"
+                    "You cannot create a bug report from a question "
                     "that already has bugs linked to it."
                 )
             )
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to