From 739214a1d944c1d65a93d586be1433772330c73d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 17 Jan 2006 17:34:19 +0100 Subject: * more wording and HIGification (thanks to Sebastian Heinlein) --- UpdateManager/UpdateManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UpdateManager/UpdateManager.py') 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 = "%s\n\n%s" % (_("Your system is up-to-date!"), + text = "%s\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]) -- cgit v1.2.3