Commit f4067fef by Guba Sándor

storage: fixed typo

parent 17f234f0
...@@ -114,7 +114,7 @@ class Disk(AclBase, TimeStampedModel): ...@@ -114,7 +114,7 @@ class Disk(AclBase, TimeStampedModel):
def __init__(self, disk, message=None): def __init__(self, disk, message=None):
if message is None: if message is None:
message = ("The requested operation can'T be performed on " message = ("The requested operation can't be performed on "
"disk '%s (%s)' because it has never been" "disk '%s (%s)' because it has never been"
"deployed." % (disk.name, disk.filename)) "deployed." % (disk.name, disk.filename))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment