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 /UpdateManager/UpdateManager.py | |
| parent | eb44c169eb84087471be224c6086693033e30782 (diff) | |
| download | python-apt-739214a1d944c1d65a93d586be1433772330c73d.tar.gz | |
* more wording and HIGification (thanks to Sebastian Heinlein)
Diffstat (limited to 'UpdateManager/UpdateManager.py')
| -rw-r--r-- | UpdateManager/UpdateManager.py | 2 |
1 files changed, 1 insertions, 1 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]) |
