diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-13 09:23:59 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-13 09:23:59 +0200 |
| commit | 3cb8e9aab902baaf454edd0020318d15f028682e (patch) | |
| tree | 1da06bcd27e18cce6c503a7967d217e6b68150fb | |
| parent | e1b0e68e3a3fc10588622cc567c509c64bdbc4bb (diff) | |
| download | python-apt-3cb8e9aab902baaf454edd0020318d15f028682e.tar.gz | |
* removed branding
| -rw-r--r-- | UpdateManager/UpdateManager.py | 13 | ||||
| -rw-r--r-- | debian/changelog | 3 |
2 files changed, 8 insertions, 8 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 8f523202..3fe9ad1e 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -228,13 +228,12 @@ class UpdateList: dist = pipe.read().strip() del pipe - templates = [("%s-security" % dist, "Ubuntu", _("Important security updates" - " of Ubuntu"), 10), - ("%s-updates" % dist, "Ubuntu", _("Recommended updates of " - "Ubuntu"), 9), - ("%s-proposed" % dist, "Ubuntu", _("Proposed updates for Ubuntu"), 8), - ("%s-backports" % dist, "Ubuntu", _("Backports of Ubuntu"), 7), - (dist, "Ubuntu", _("Updates of Ubuntu"), 6)] + templates = [("%s-security" % dist, "Ubuntu", _("Important security updates") + , 10), + ("%s-updates" % dist, "Ubuntu", _("Recommended updates"), 9), + ("%s-proposed" % dist, "Ubuntu", _("Proposed updates"), 8), + ("%s-backports" % dist, "Ubuntu", _("Backports"), 7), + (dist, "Ubuntu", _("Normal updates"), 6)] self.pkgs = {} self.matcher = {} diff --git a/debian/changelog b/debian/changelog index 0e54d70b..71fd5f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ update-manager (0.44.11) edgy; urgency=low - use the update-manager desktop file when runing synaptic as the backend to get a consistent UI - UI improvements (thanks to Sebastian Heinlein!) + - remove branding - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 12 Sep 2006 20:37:55 +0200 update-manager (0.44.10) edgy; urgency=low |
