~nataliabidart/software-center/one-auth

« back to all changes in this revision

Viewing changes to softwarecenter/distro/Ubuntu.py

  • Committer: Gary Lasker
  • Date: 2012-03-06 18:32:12 UTC
  • mfrom: (2809.1.1 lp789596)
  • Revision ID: gary.lasker@canonical.com-20120306183212-b2eet6bxlvejdvmu
mergeĀ lp:~mvo/software-center/lp789596

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
        # string without the date
214
214
        if (channelname or
215
215
            component in ("partner", "independent", "commercial")):
216
 
            return _("Canonical does not provide updates for %s. "
217
 
                     "Some updates may be provided by the third party "
218
 
                     "vendor.") % appname
 
216
            return _("Provided by the vendor.")
219
217
        elif component == "main":
220
218
            return _("Canonical provides critical updates for %s.") % appname
221
219
        elif component == "restricted":