Massage the message a bit more

This commit is contained in:
Ivan Žužak 2015-06-21 17:48:32 +02:00
parent 04c9567181
commit d32f30780a

View File

@ -329,7 +329,7 @@ class Project extends Model
if fileSize >= 20 * 1048576 # 20MB
choice = atom.confirm
message: 'Atom currently freezes during the loading of very large files.'
message: 'Atom will be unresponsive during the loading of very large files.'
detailedMessage: "Do you still want to load this file?"
buttons: ["Proceed", "Cancel"]
if choice is 1