summaryrefslogtreecommitdiffstats
path: root/textw/packages_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-11 20:06:54 +0000
committerMatt Wilson <msw@redhat.com>2000-05-11 20:06:54 +0000
commitcd35fc649c0abee9d26ca7b4c4c2125950f47e3b (patch)
tree03c6bac1591156750be2d3266c113d300114c334 /textw/packages_text.py
parentc077d914d918a7d3fc67356c1dc6f02eae5d0faa (diff)
downloadanaconda-cd35fc649c0abee9d26ca7b4c4c2125950f47e3b.tar.gz
anaconda-cd35fc649c0abee9d26ca7b4c4c2125950f47e3b.tar.xz
anaconda-cd35fc649c0abee9d26ca7b4c4c2125950f47e3b.zip
i18n
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 cc06d13ba..91383c6e4 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -35,7 +35,7 @@ class PackageGroupWindow:
ct = CheckboxTree(height = 8, scroll = 1)
for comp in todo.comps:
if not comp.hidden:
- ct.append(comp.name, comp, comp.selected)
+ ct.append(_(comp.name), comp, comp.selected)
cb = Checkbox (_("Select individual packages"), individual.get ())
bb = ButtonBar (screen, ((_("OK"), "ok"), (_("Back"), "back")))