mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Massage the message a bit more
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user