summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-19 01:47:15 +0000
committerMatt Wilson <msw@redhat.com>1999-08-19 01:47:15 +0000
commitd937e207ea9614092480410a1eea69b66ffe55f2 (patch)
tree2d719aa11204bc5740ee9d5df233c2f139ed55a3
parent63f51ea965d4c72ca52da62301de9d4ba2196694 (diff)
downloadanaconda-d937e207ea9614092480410a1eea69b66ffe55f2.tar.gz
anaconda-d937e207ea9614092480410a1eea69b66ffe55f2.tar.xz
anaconda-d937e207ea9614092480410a1eea69b66ffe55f2.zip
this line got nuked
-rw-r--r--text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/text.py b/text.py
index 0cf5b55f3..bb8059378 100644
--- a/text.py
+++ b/text.py
@@ -740,7 +740,8 @@ class InstallProgressWindow:
def __init__(self, screen, total, totalSize):
self.screen = screen
-
+ toplevel = GridForm(self.screen, _("Package Installation"), 1, 5)
+
name = _("Name : ")
size = _("Size : ")
sum = _("Summary: ")