From 04c95671819cad198c786b2bb40b5f37fa5a786f Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 10 Jun 2015 01:30:12 +0200 Subject: [PATCH] Massage message a bit --- src/project.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/project.coffee b/src/project.coffee index e2079b22f..12bccaae8 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -329,9 +329,9 @@ class Project extends Model if fileSize >= 20 * 1048576 # 20MB choice = atom.confirm - message: 'Atom can have issues with files over 20MB.' - detailedMessage: "Do you still want to try to load this?" - buttons: ["Open", "Cancel"] + message: 'Atom currently freezes during the loading of very large files.' + detailedMessage: "Do you still want to load this file?" + buttons: ["Proceed", "Cancel"] if choice is 1 error = new Error error.code = 'CANCELLED'