"Report another bug" text for package bug pages contains a lowercase distro name

Bug #251660 reported by Graham Binns
2
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Unassigned

Bug Description

Looking at bugs web page like bug 213908 at the bottom of the page it says:

    * Report another bug about apt in ubuntu
    * List open bugs for apt in ubuntu

Both of these have the word Ubuntu in lowercase but it should probably be in uppercase.

What's being output here is the target DistributionSourcePackage's displayname (context/target/displayname). This is a @property that returns `"%s in %s" % (self.sourcepackagename.name, self.distribution.name).

Since the displayname property is for displaying, there's no reason not to alter this to use displaynames where appropriate.

Graham Binns (gmb)
Changed in malone:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
William Grant (wgrant) wrote :

    @property
    def displayname(self):
        """See `IDistributionSourcePackage`."""
        return '%s in %s' % (
            self.sourcepackagename.name, self.distribution.displayname)

Changed in launchpad:
status: Triaged → Fix Committed
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.