Replace OS X and Mac OS with macOS

This commit is contained in:
Leonard Lamprecht
2016-06-18 15:33:08 +02:00
parent e5a3c9ebe0
commit 3a1ad3fd40
16 changed files with 114 additions and 114 deletions

View File

@@ -190,7 +190,7 @@ class Workspace extends Model
document.title = titleParts.join(" \u2014 ")
@applicationDelegate.setRepresentedFilename(representedPath)
# On OS X, fades the application window's proxy icon when the current file
# On macOS, fades the application window's proxy icon when the current file
# has been modified.
updateDocumentEdited: =>
modified = @getActivePaneItem()?.isModified?() ? false