X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/aa04fb4ee88a5b6d7c733b4d387e204d3d8fc75b..c2cf27e81001fddf3ed834665804a4f64290947e:/image_creator/dialog_menu.py diff --git a/image_creator/dialog_menu.py b/image_creator/dialog_menu.py index 47e07e2..55bcd4e 100644 --- a/image_creator/dialog_menu.py +++ b/image_creator/dialog_menu.py @@ -195,13 +195,13 @@ def register_image(session): if "account" not in session: d.msgbox("You need to provide your ~okeanos credentians before you " - "can register an images to cyclades", + "can register an images with cyclades", width=SMALL_WIDTH) return False if "pithos_uri" not in session: d.msgbox("You need to upload the image to pithos+ before you can " - "register it to cyclades", width=SMALL_WIDTH) + "register it with cyclades", width=SMALL_WIDTH) return False while 1: