mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Merge pull request #133 from github/dont_save_button
Change title of Don't Save button
This commit is contained in:
@@ -701,7 +701,7 @@ class Editor extends View
|
||||
"Your changes will be lost if you don't save them"
|
||||
"Save", => @save(session, callback),
|
||||
"Cancel", null
|
||||
"Don't save", callback
|
||||
"Don't Save", callback
|
||||
)
|
||||
|
||||
remove: (selector, keepData) ->
|
||||
|
||||
Reference in New Issue
Block a user