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
=== modified file 'lib/lp/bugs/browser/bugtarget.py'
--- lib/lp/bugs/browser/bugtarget.py 2009-08-24 20:28:33 +0000
+++ lib/lp/bugs/browser/bugtarget.py 2009-09-04 18:05:24 +0000
@@ -1324,4 +1324,4 @@
13241324
1325 @property1325 @property
1326 def text(self):1326 def text(self):
1327 return 'Bugs on %s' % self.context.name1327 return 'Bugs in %s' % self.context.name
13281328
=== modified file 'lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt'
--- lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt 2009-09-01 17:31:05 +0000
+++ lib/lp/bugs/stories/bug-release-management/nomination-navigation.txt 2009-09-04 18:05:24 +0000
@@ -12,7 +12,7 @@
12 ... '/nominations/2/+editstatus')12 ... '/nominations/2/+editstatus')
13 >>> print_location(admin_browser.contents)13 >>> print_location(admin_browser.contents)
14 Hierarchy: Ubuntu > ?mozilla-firefox? package > 14 Hierarchy: Ubuntu > ?mozilla-firefox? package >
15 Bugs on mozilla-firefox > Bug #1...15 Bugs in mozilla-firefox > Bug #1...
16 Tabs:16 Tabs:
17 * Overview - http://launchpad.dev/ubuntu/+source/mozilla-firefox17 * Overview - http://launchpad.dev/ubuntu/+source/mozilla-firefox
18 * Code - http://code.launchpad.dev/ubuntu/+source/mozilla-firefox18 * Code - http://code.launchpad.dev/ubuntu/+source/mozilla-firefox
1919
=== modified file 'lib/lp/bugs/stories/bugs/xx-bug-activity.txt'
--- lib/lp/bugs/stories/bugs/xx-bug-activity.txt 2009-09-02 13:10:22 +0000
+++ lib/lp/bugs/stories/bugs/xx-bug-activity.txt 2009-09-04 18:05:24 +0000
@@ -12,7 +12,7 @@
1212
13 >>> print_location(anon_browser.contents)13 >>> print_location(anon_browser.contents)
14 Hierarchy: Debian > ?mozilla-firefox? package >14 Hierarchy: Debian > ?mozilla-firefox? package >
15 Bugs on mozilla-firefox > Bug #3...15 Bugs in mozilla-firefox > Bug #3...
16 Tabs:16 Tabs:
17 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox17 * Overview - http://launchpad.dev/debian/+source/mozilla-firefox
18 * Code - http://code.launchpad.dev/debian/+source/mozilla-firefox18 * Code - http://code.launchpad.dev/debian/+source/mozilla-firefox
1919
=== modified file 'lib/lp/soyuz/stories/packaging/package-pages-navigation.txt'
--- lib/lp/soyuz/stories/packaging/package-pages-navigation.txt 2009-09-03 17:05:11 +0000
+++ lib/lp/soyuz/stories/packaging/package-pages-navigation.txt 2009-09-04 18:05:24 +0000
@@ -31,7 +31,7 @@
3131
32 >>> anon_browser.open('http://bugs.launchpad.dev/ubuntu/+source/alsa-utils')32 >>> anon_browser.open('http://bugs.launchpad.dev/ubuntu/+source/alsa-utils')
33 >>> print_location(anon_browser.contents)33 >>> print_location(anon_browser.contents)
34 Hierarchy: Ubuntu > ?alsa-utils? package > Bugs on alsa-utils34 Hierarchy: Ubuntu > ?alsa-utils? package > Bugs in alsa-utils
35 Tabs:35 Tabs:
36 * Overview - http://launchpad.dev/ubuntu/+source/alsa-utils36 * Overview - http://launchpad.dev/ubuntu/+source/alsa-utils
37 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils37 * Code - http://code.launchpad.dev/ubuntu/+source/alsa-utils