From a95930f8f08245d20efd5fa603281b5250dd4c70 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Thu, 23 Aug 2012 18:44:54 +0300 Subject: [PATCH] Fix the wizard confirmation message --- image_creator/dialog_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- GitLab