From e196572faaa85c498fc676c597148f3d78a1a9c1 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 29 Sep 2006 15:11:46 +0000 Subject: 2006-09-29 Jeremy Katz * installclasses/fedora.py (InstallClass._get_description): Return the translated text as the description (#206620). * iw/task_gui.py (TaskWindow._createTaskStore): Fix translations to show up (#206620) * ui/tasksel.glade: Force width wider so that things fit better --- iw/task_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/task_gui.py') diff --git a/iw/task_gui.py b/iw/task_gui.py index dcb4474dc..28cbaf0a6 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -192,7 +192,7 @@ class TaskWindow(InstallWindow): for (txt, grps) in self.tasks: if not self.groupsExist(grps): continue - store.append([self.groupsInstalled(grps), txt, grps]) + store.append([self.groupsInstalled(grps), _(txt), grps]) return len(store) -- cgit