> diff --git a/pyanaconda/iw/task_gui.py b/pyanaconda/iw/task_gui.py > index e639010..42c2dfd 100644 > --- a/pyanaconda/iw/task_gui.py > +++ b/pyanaconda/iw/task_gui.py > @@ -623,7 +623,7 @@ class TaskWindow(InstallWindow): > continue > > enabled = self.backend.groupListDefault(grps) > - store.append([not anyEnabled and enabled, _(txt), grps]) > + store.append([not anyEnabled and enabled, gettext.ldgettext("comps", txt), grps]) > > if enabled: > anyEnabled = True Do we have translations for tasks and repo names in the comps domain on Fedora? I don't think so, but I haven't checked for myself. You can still push this patch for consistency. It just won't do anything. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list