From: Nikos Skalkotos Date: Thu, 23 Aug 2012 15:44:54 +0000 (+0300) Subject: Fix the wizard confirmation message X-Git-Tag: v0.1~30 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/a95930f8f08245d20efd5fa603281b5250dd4c70 Fix the wizard confirmation message --- diff --git a/image_creator/dialog_wizard.py b/image_creator/dialog_wizard.py index 9359f23..51424e3 100644 --- a/image_creator/dialog_wizard.py +++ b/image_creator/dialog_wizard.py @@ -186,7 +186,7 @@ def wizard(session): "Please provide your ~okeanos account token:", title="~okeanos account token", init=Kamaki.get_token()) - msg = "Do you wish to continue with the image extraction process?" + msg = "All necessary information has been gathered. Confirm and Proceed." proceed = WizardYesNoPage(msg, title="Confirmation") w = Wizard(session)