From 0638add5c28af02cd75db528bfdbb8fac6bf8270 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 16 Aug 2002 09:16:27 +0000 Subject: don't translate the name here; groups aren't in the anaconda po files and the comps file is utf-8 so we can't really display the translations on the console anyway. --- textw/packages_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw') 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")) -- cgit