~nataliabidart/software-center/cant-stop-the-music.trunk

« back to all changes in this revision

Viewing changes to softwarecenter/backend/channel.py

  • Committer: Michael Vogt
  • Date: 2012-06-11 10:00:20 UTC
  • mfrom: (2989.5.48 5.2)
  • Revision ID: michael.vogt@ubuntu.com-20120611100020-ddlmljnl15er9kfg
merged from the 5.2 branch (but revert debian/control Bzr-Vcs change as we don't want this in trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
            channel_display_name = self.distro.get_distro_channel_description()
238
238
        elif channel_name == "For Purchase":
239
239
            channel_display_name = _("For Purchase")
 
240
        elif channel_name == "Previous Purchases":
 
241
            channel_display_name = _("Previous Purchases")
240
242
        elif channel_name == "Application Review Board PPA":
241
243
            channel_display_name = _("Independent")
242
244
        elif channel_name == "notdownloadable":