addstorage: Fix a typo in an error message
Just noticed it while using the app.
This commit is contained in:
parent
f30975c3f8
commit
3eaa59dc95
|
@ -167,7 +167,7 @@ class vmmAddStorage(vmmGObjectUI):
|
|||
if path not in broken_paths:
|
||||
continue
|
||||
details += "%s : %s\n" % (path, error)
|
||||
details += "\nIt is very likely the VM fill fail to start up."
|
||||
details += "\nIt is very likely the VM will fail to start up."
|
||||
|
||||
logging.debug("Permission errors:\n%s", details)
|
||||
|
||||
|
|
Loading…
Reference in New Issue