[PATCH] Change some odd wording in software TUI spoke. (#979328)

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Jul 3 13:21:27 UTC 2013


On Wed, Jul 03, 2013 at 08:56:08AM -0400, Chris Lumens wrote:
> > diff --git a/pyanaconda/ui/tui/spokes/software.py b/pyanaconda/ui/tui/spokes/software.py
> > index 065f232..366879f 100644
> > --- a/pyanaconda/ui/tui/spokes/software.py
> > +++ b/pyanaconda/ui/tui/spokes/software.py
> > @@ -121,7 +121,7 @@ class SoftwareSpoke(NormalTUISpoke):
> >              (name, desc) = self.payload.environmentDescription(env)
> >  
> >              displayed.append(CheckboxWidget(title="%s" % name, completed=(environments.index(env) == self._selection)))
> > -        print(_("Choose a desktop environment."))
> > +        print(_("Base environment."))
> >  
> >          def _prep(i, w):
> >              """ Do some format magic for display. """
> 
> If the new string doesn't have a period at the end of it, it'll be the
> same as the GUI version and thus will be only one thing to translate.

That was what I was aiming for; I'll be sure to remove it then.

Samantha


More information about the anaconda-patches mailing list