Comment 0 for bug 251052

Revision history for this message
Richard Laager (rlaager) wrote : Storage Path error dialog improvements

Go through the wizard for creating a new VM and enter a bogus path for the disk, something like /tmp/foo/bar.img. When you try to move forward, you'll get an error. I have the following suggestions to improve that.

1. The title is "Storage Path Does not exist". For consistency, "not exist" should be "Not Exist"

2. The error text is a sentence, but doesn't end in a period. It contains the (potentially long) path in the middle, and uses the verb "containing" which is logically impossible (a path that doesn't exist can't really contain an image). I'd suggest this instead: "The following directory, set to contain the disk image, does not exist: $dir"

3. I'd like to see that dialog offer to create that directory for me.