diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-27 01:01:51 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-27 01:01:51 +0200 |
| commit | b9dffe7bcfab1807249821bacb8b39e83d20d5eb (patch) | |
| tree | b1012b908c950ab7b83694eb66cdeb33ffae6665 | |
| parent | 2c847b09b6e124bc30872ee537151c88de3bd65c (diff) | |
| download | python-apt-b9dffe7bcfab1807249821bacb8b39e83d20d5eb.tar.gz | |
* fixed some markups
| -rw-r--r-- | UpdateManager/UpdateManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 0219872c..04ad107c 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -601,7 +601,7 @@ class UpdateManager(SimpleGladeApp): self.refresh_updates_count() num_updates = self.cache.installCount if num_updates == 0: - text_header= "<big><b>%s</b></big" %_("Your system is up-to-date") + text_header= "<big><b>%s</b></big>" %_("Your system is up-to-date") text_download = "" self.notebook_details.set_sensitive(False) self.treeview_update.set_sensitive(False) @@ -611,7 +611,7 @@ class UpdateManager(SimpleGladeApp): self.textview_changes.get_buffer().set_text("") self.textview_descr.get_buffer().set_text("") else: - text_header = "<b><big>%s</b></big>" % \ + text_header = "<big><b>%s</b></big>" % \ (gettext.ngettext("You can install %s update", "You can install %s updates", num_updates) % \ |
