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

Chris Lumens clumens at redhat.com
Wed Jul 3 12:56:08 UTC 2013


> 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.

- Chris


More information about the anaconda-patches mailing list