summaryrefslogtreecommitdiffstats
path: root/textw/packages_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 01:40:59 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 01:40:59 +0000
commit21dc7cd04e8b7d523a122164714d056690747be1 (patch)
treec84b8548e78e2a020a3d635a3d43d5aefa18da32 /textw/packages_text.py
parente3b1f979d46a099db61ebfac04ac99bc5957b064 (diff)
downloadanaconda-21dc7cd04e8b7d523a122164714d056690747be1.tar.gz
anaconda-21dc7cd04e8b7d523a122164714d056690747be1.tar.xz
anaconda-21dc7cd04e8b7d523a122164714d056690747be1.zip
integrated changes suggested by docs
Diffstat (limited to 'textw/packages_text.py')
-rw-r--r--textw/packages_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py
index a49dd1b0f..750daad6d 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -222,7 +222,7 @@ class IndividualPackageWindow:
self.lbl = Label ("")
self.printTotal()
- g = GridFormHelp (screen, _("Package Group Selection"), "packagetree",
+ g = GridFormHelp (screen, _("Individual Package Selection"), "packagetree",
1, 3)
g.add (ct, 0, 0, (0, 0, 0, 0))
g.add (self.lbl, 0, 1, (4, 0, 0, 1), anchorLeft = 1)