[master/rhel7-branch] Make it obvious user is going to begin installation in TUI. (#975793)

David Shea dshea at redhat.com
Fri Sep 20 15:37:09 UTC 2013


On 09/20/2013 10:45 AM, Samantha N. Bueno wrote:
> @@ -266,7 +267,12 @@ class EditTUISpoke(NormalTUISpoke):
>                           self.apply()
>                   return True
>           except ValueError:
> -            pass
> +            # Translators: 'c' to continue
> +            if key.lower() == _("c"):
> +                self.close()
> +                return True
> +            else:
> +                pass
>   
>           return NormalTUISpoke.input(self, args, key)
>   
"TRANSLATORS:" has to be in all caps. We can switch to Translators: if 
we think it looks too silly in all caps, but xgettext only uses one 
--add-comments option, so we have to pick one.


More information about the anaconda-patches mailing list