Merge lp:~mvo/software-center/lp789596 into lp:software-center

Proposed by Michael Vogt
Status: Merged
Merged at revision: 2810
Proposed branch: lp:~mvo/software-center/lp789596
Merge into: lp:software-center
Diff against target: 14 lines (+1/-3)
1 file modified
softwarecenter/distro/Ubuntu.py (+1/-3)
To merge this branch: bzr merge lp:~mvo/software-center/lp789596
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+96144@code.launchpad.net

Description of the change

Trivial fix for scary sring bug: #789596

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Less scary = more good! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/distro/Ubuntu.py'
2--- softwarecenter/distro/Ubuntu.py 2011-11-04 14:19:54 +0000
3+++ softwarecenter/distro/Ubuntu.py 2012-03-06 15:07:20 +0000
4@@ -213,9 +213,7 @@
5 # string without the date
6 if (channelname or
7 component in ("partner", "independent", "commercial")):
8- return _("Canonical does not provide updates for %s. "
9- "Some updates may be provided by the third party "
10- "vendor.") % appname
11+ return _("Provided by the vendor.")
12 elif component == "main":
13 return _("Canonical provides critical updates for %s.") % appname
14 elif component == "restricted":

Subscribers

People subscribed via source and target branches