summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-08-28 09:35:57 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-08-28 09:35:57 +0200
commit375c0d90adfab90c66cc1005c5ca0ab588328262 (patch)
tree688ce53f51c39e34c496763b4392b92dbaa393fa /UpdateManager
parent37827c0f97d0711820443325d3d1c65b755cdfb4 (diff)
parent558f70b24693a1692be2ab79c4047af762f9e010 (diff)
downloadpython-apt-375c0d90adfab90c66cc1005c5ca0ab588328262.tar.gz
* merged with the ~ubuntu-core-dev branch
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/UpdateManager.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 38cffc39..3e958db0 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -219,8 +219,9 @@ class UpdateList:
" of Ubuntu"), 10),
("%s-updates" % dist, "Ubuntu", _("Recommended updates of "
"Ubuntu"), 9),
- ("%s-backports" % dist, "Ubuntu", _("Backports of Ubuntu"), 8),
- (dist, "Ubuntu", _("Updates of Ubuntu"), 7)]
+ ("%s-proposed" % dist, "Ubuntu", _("Proposed updates for Ubuntu"), 8),
+ ("%s-backports" % dist, "Ubuntu", _("Backports of Ubuntu"), 7),
+ (dist, "Ubuntu", _("Updates of Ubuntu"), 6)]
self.pkgs = {}
self.matcher = {}