Merge lp://staging/~deryck/launchpad/not-bugs-on-but-bugs-in-424488 into lp://staging/launchpad

Proposed by Deryck Hodge
Status: Merged
Approved by: Brad Crittenden
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp://staging/~deryck/launchpad/not-bugs-on-but-bugs-in-424488
Merge into: lp://staging/launchpad
Diff against target: None lines
To merge this branch: bzr merge lp://staging/~deryck/launchpad/not-bugs-on-but-bugs-in-424488
Reviewer Review Type Date Requested Status
Brad Crittenden (community) code Approve
Review via email: mp+11360@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Deryck Hodge (deryck) wrote :

This is a very small branch to change the language used in the
breadcrumbs for bugs. Instead of "Bugs on malone" the breadcrumb will
now read "Bugs in malone". See bug 424488.

= Launchpad lint =

Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.

Linting changed files:
  lib/lp/soyuz/stories/packaging/package-pages-navigation.txt
  lib/lp/bugs/browser/bugtarget.py
  lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt
  lib/lp/bugs/stories/bugs/xx-bug-activity.txt

Revision history for this message
Brad Crittenden (bac) wrote :

Nice fix Deryck. It's the little things...

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/bugtarget.py'
2--- lib/lp/bugs/browser/bugtarget.py 2009-08-24 20:28:33 +0000
3+++ lib/lp/bugs/browser/bugtarget.py 2009-09-04 18:05:24 +0000
4@@ -1324,4 +1324,4 @@
5
6 @property
7 def text(self):
8- return 'Bugs on %s' % self.context.name
9+ return 'Bugs in %s' % self.context.name
10
11=== modified file 'lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt'
12--- lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt 2009-09-01 17:31:05 +0000
13+++ lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt 2009-09-04 18:05:24 +0000
14@@ -12,7 +12,7 @@
15 ... '/nominations/2/+editstatus')
16 >>> print_location(admin_browser.contents)
17 Hierarchy: Ubuntu > ?mozilla-firefox? package >
18- Bugs on mozilla-firefox > Bug #1...
19+ Bugs in mozilla-firefox > Bug #1...
20 Tabs:
21 * Overview - http://launchpad.dev/ubuntu/+source/mozilla-firefox
22 * Code - http://code.launchpad.dev/ubuntu/+source/mozilla-firefox
23
24=== modified file 'lib/lp/bugs/stories/bugs/xx-bug-activity.txt'
25--- lib/lp/bugs/stories/bugs/xx-bug-activity.txt 2009-09-02 13:10:22 +0000
26+++ lib/lp/bugs/stories/bugs/xx-bug-activity.txt 2009-09-04 18:05:24 +0000
27@@ -12,7 +12,7 @@
28
29 >>> print_location(anon_browser.contents)
30 Hierarchy: Debian > ?mozilla-firefox? package >
31- Bugs on mozilla-firefox > Bug #3...
32+ Bugs in mozilla-firefox > Bug #3...
33 Tabs:
34 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox
35 * Code - http://code.launchpad.dev/debian/+source/mozilla-firefox
36
37=== modified file 'lib/lp/soyuz/stories/packaging/package-pages-navigation.txt'
38--- lib/lp/soyuz/stories/packaging/package-pages-navigation.txt 2009-09-03 17:05:11 +0000
39+++ lib/lp/soyuz/stories/packaging/package-pages-navigation.txt 2009-09-04 18:05:24 +0000
40@@ -31,7 +31,7 @@
41
42 >>> anon_browser.open('http://bugs.launchpad.dev/ubuntu/+source/alsa-utils')
43 >>> print_location(anon_browser.contents)
44- Hierarchy: Ubuntu > ?alsa-utils? package > Bugs on alsa-utils
45+ Hierarchy: Ubuntu > ?alsa-utils? package > Bugs in alsa-utils
46 Tabs:
47 * Overview - http://launchpad.dev/ubuntu/+source/alsa-utils
48 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils