Looks good. -- Martin Sivák msivak@xxxxxxxxxx Red Hat Czech Anaconda team / Brno, CZ ----- Original Message ----- > Resolves: rhbz#682599 > --- > iw/task_gui.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/iw/task_gui.py b/iw/task_gui.py > index 9d1b377..0f5009f 100644 > --- a/iw/task_gui.py > +++ b/iw/task_gui.py > @@ -553,7 +553,7 @@ class TaskWindow(InstallWindow): > dialog.run() > > model.set_value(iter, 0, dialog.repo.isEnabled()) > - model.set_value(iter, 1, dialog.repo.name) > + model.set_value(iter, 1, gettext.ldgettext("comps", > dialog.repo.name)) > model.set_value(iter, 2, dialog.repo) > > def _addRepo(self, *args): > -- > 1.7.5.4 > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list