On Thu, 2012-04-05 at 10:18 -0400, David Cantrell wrote: > Assuming this is tested and works, ack. Yes it is. Pushed. > On Thu, Apr 05, 2012 at 10:50:31AM +0200, Vratislav Podzimek wrote: > > Resolves: rhbz#728556 > > --- > > 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 b1e2808..dc574d7 100644 > > --- a/iw/task_gui.py > > +++ b/iw/task_gui.py > > @@ -172,7 +172,7 @@ class RepoEditor: > > def createDialog(self): > > > > if self.repo: > > - self.nameEntry.set_text(self.repo.name) > > + self.nameEntry.set_text(gettext.ldgettext("comps", self.repo.name)) > > if self.repo.anacondaBaseURLs: > > url = self.repo.anacondaBaseURLs[0] > > else: > > -- > > 1.7.4.4 > > > > _______________________________________________ > > Anaconda-devel-list mailing list > > Anaconda-devel-list@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/anaconda-devel-list > -- Vratislav Podzimek <vpodzime@xxxxxxxxxx> _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list