style(CLI): improve drive not large enough message wording (#1239)

See: https://github.com/resin-io/etcher/pull/1223#discussion_r108707741
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-03-29 20:42:34 -04:00 committed by Andrew Scheller
parent 06be2e9dfb
commit 4f66d6713f

View File

@ -74,7 +74,7 @@ exports.writeImage = (imagePath, drive, options, onProgress) => {
})) {
throw errors.createUserError(
'The image you selected is too big for this drive',
'Plug in a bigger drive and try again'
'Please connect a bigger drive and try again'
);
}