diff options
-rw-r--r-- | textw/packages_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py index 039351662..f3f254968 100644 --- a/textw/packages_text.py +++ b/textw/packages_text.py @@ -45,7 +45,7 @@ class PackageGroupWindow: ct = CheckboxTree(height = 8, scroll = 1) for comp in comps: if not comp.hidden: - ct.append(_(comp.name), comp, comp.isSelected(justManual = 1)) + ct.append(comp.name, comp, comp.isSelected(justManual = 1)) cb = Checkbox (_("Select individual packages"), not dispatch.stepInSkipList("indivpackage")) |