First: it is a warning, not an error. You might ignore it, but fixing it is recommended.
Second: read the error message:
Quote:
Filename contains spaces.
|
Your file names contain white spaces, indeed.
Third: read the suggestion:
Quote:
Consider changing filename such that URI escaping is not necessary!
|
Together with the previous message, it suggests you to remove white spaces from the file names. For the reason, googling "URI escaping" will point you to:
http://en.wikipedia.org/wiki/Percent-encoding