X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/3c85181251e39c4c37371958e3521b2a3c460187..dcf9274b9589ba4380412e49c8cbc2dccabd4b83:/image_creator/dialog_wizard.py diff --git a/image_creator/dialog_wizard.py b/image_creator/dialog_wizard.py index f61197d..4e2247d 100644 --- a/image_creator/dialog_wizard.py +++ b/image_creator/dialog_wizard.py @@ -268,7 +268,7 @@ def extract_image(session): out.success('done') out.output() - out.output('Registring image to ~okeanos...', False) + out.output('Registering image with ~okeanos...', False) kamaki.register(wizard['ImageName'], pithos_file, metadata) out.success('done') out.output() @@ -278,7 +278,7 @@ def extract_image(session): finally: out.remove(with_progress) - msg = "The image was successfully uploaded and registered to " \ + msg = "The image was successfully uploaded and registered with " \ "~okeanos. Would you like to keep a local copy of the image?" if not d.yesno(msg, width=PAGE_WIDTH): getattr(__import__("image_creator.dialog_main",