mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make message map to command name
This commit is contained in:
@@ -106,7 +106,7 @@ class Git
|
||||
|
||||
if atom.config.get('editor.confirmCheckoutHead')
|
||||
atom.confirm
|
||||
message: 'Confirm Discard Changes'
|
||||
message: 'Confirm Checkout HEAD Revision'
|
||||
detailedMessage: "Are you sure you want to discard all changes to \"#{fileName}\" since the last Git commit?"
|
||||
buttons:
|
||||
OK: checkoutHead
|
||||
|
||||
Reference in New Issue
Block a user