diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-17 17:34:19 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-17 17:34:19 +0100 |
| commit | 739214a1d944c1d65a93d586be1433772330c73d (patch) | |
| tree | f6720f562989613d3fdd63a1a7e79ad0b348f7c9 | |
| parent | eb44c169eb84087471be224c6086693033e30782 (diff) | |
| download | python-apt-739214a1d944c1d65a93d586be1433772330c73d.tar.gz | |
* more wording and HIGification (thanks to Sebastian Heinlein)
| -rw-r--r-- | UpdateManager/UpdateManager.py | 2 | ||||
| -rw-r--r-- | data/UpdateManager.glade | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index c2f9340f..61fee819 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -676,7 +676,7 @@ class UpdateManager(SimpleGladeApp): # set the label and treeview and hide the checkbox column self.cb.set_visible(False) self.expander_details.hide() - text = "<big><b>%s</b></big>\n\n%s" % (_("Your system is up-to-date!"), + text = "<big><b>%s</b></big>\n\n%s" % (_("Your system is up-to-date"), _("There are no updates available.")) self.label_header.set_markup(text) self.store.append([False, _("Your system is up-to-date!"), None, None, None, None, None]) diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index 2de8eef8..4a66a319 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -1291,7 +1291,7 @@ Need to get the changes from the central server</property> <child> <widget class="GtkLabel" id="label22"> <property name="visible">True</property> - <property name="label" translatable="yes"><big><b>Reading package cache</b></big></property> + <property name="label" translatable="yes"><big><b>Reading package information</b></big></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> diff --git a/debian/changelog b/debian/changelog index 01db2c7d..aa494289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +update-manager (0.42.1ubuntu1) dapper; urgency=low + + * improved the HIG complicane more, removed some of the uglines + from the last version + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Jan 2006 17:27:15 +0100 + update-manager (0.42ubuntu1) dapper; urgency=low * improved the HIG comlicane, thanks to Sebastian Heinlein: |
