From 4f66d6713fd4211db35ec0050a2818b6460834bb Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 29 Mar 2017 20:42:34 -0400 Subject: [PATCH] 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 --- lib/cli/writer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/writer.js b/lib/cli/writer.js index 9da73224..6fa4e7d8 100644 --- a/lib/cli/writer.js +++ b/lib/cli/writer.js @@ -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' ); }