[rhel7-branch] Display a EULA-related warning on TUI progress hub at end of installation. (#909309)

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Nov 5 20:31:45 UTC 2013


On Tue, Nov 05, 2013 at 03:18:38PM -0500, Chris Lumens wrote:
> > @@ -125,7 +125,7 @@ class ProgressHub(TUIHub):
> >          return True
> >  
> >      def prompt(self, args = None):
> > -        return(_("\tInstallation complete.  Press return to quit"))
> > +        return(_("\tUse of this product is subject to the license agreement found at %s\n\n\tInstallation complete.  Press return to quit" % eulaLocation))
> >  
> >      def input(self, args, key):
> >          # There is nothing to do here, just raise to exit the hub
> 
> Remember to do the string substitution outsidke of the _() call - same
> on the GUI patch.

Will do, thanks.

Samantha


More information about the anaconda-patches mailing list