diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 0ad64cddb..f6813914e 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -576,7 +576,7 @@ class AtomApplication title: switch type when 'file' then 'Open File' when 'folder' then 'Open Folder' - when 'all' then 'Open' + else 'Open' if process.platform is 'linux' if projectPath = @lastFocusedWindow?.projectPath