[PATCH 06/13] Add the new Summary hub and Password TUI spokes + tools to test TUI stuff

Jesse Keating jkeating at redhat.com
Thu Aug 9 00:43:08 UTC 2012


On 08/08/2012 01:52 AM, Martin Sivak wrote:
> +        self._window += [TextWidget("Please select new root password. You will have to type it twice."), ""]
> +
> +        return True
> +
> +    def prompt(self):
> +        """Overriden prompt as password typing is special."""
> +        p1 = getpass.getpass("Password: ")
> +        p2 = getpass.getpass("Password (confirm): ")
> +

Should these strings be translated?

-- 
Jesse Keating
Fedora -- FreedomĀ² is a feature!


More information about the anaconda-patches mailing list