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

Vratislav Podzimek vpodzime at redhat.com
Wed Jul 3 07:43:06 UTC 2013


On Tue, 2013-07-02 at 10:13 -0400, Samantha N. Bueno wrote:
> Resolves: rhbz#979328
> ---
>  pyanaconda/ui/tui/spokes/software.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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. """
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list