Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9ac1c9e

Browse files
author
Winston Liu
authored
Merge pull request #1302 from muescha/patch-1
change menu item labels to lowercased "in"
2 parents 7a4b60c + 96bc73a commit 9ac1c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

menus/tree-view.cson

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
{'label': 'Copy Full Path', 'command': 'tree-view:copy-full-path'}
4040
{'label': 'Copy Project Path', 'command': 'tree-view:copy-project-path'}
41-
{'label': 'Open In New Window', 'command': 'tree-view:open-in-new-window'}
41+
{'label': 'Open in New Window', 'command': 'tree-view:open-in-new-window'}
4242
{'label': 'Show in File Manager', 'command': 'tree-view:show-in-file-manager'}
4343
]
4444

@@ -70,7 +70,7 @@
7070

7171
{'label': 'Copy Full Path', 'command': 'tree-view:copy-full-path'}
7272
{'label': 'Copy Project Path', 'command': 'tree-view:copy-project-path'}
73-
{'label': 'Open In New Window', 'command': 'tree-view:open-in-new-window'}
73+
{'label': 'Open in New Window', 'command': 'tree-view:open-in-new-window'}
7474
]
7575

7676
'.tree-view .multi-select': [
@@ -87,9 +87,9 @@
8787
'atom-pane[data-active-item-path] .tab.active': [
8888
{'label': 'Rename', 'command': 'tree-view:rename'}
8989
{'label': 'Reveal in Tree View', 'command': 'tree-view:reveal-active-file'}
90-
{'label': 'Show In File Manager', 'command': 'tree-view:show-current-file-in-file-manager'}
90+
{'label': 'Show in File Manager', 'command': 'tree-view:show-current-file-in-file-manager'}
9191
]
9292

9393
'atom-text-editor:not([mini])': [
94-
{'label': 'Show In File Manager', 'command': 'tree-view:show-current-file-in-file-manager'}
94+
{'label': 'Show in File Manager', 'command': 'tree-view:show-current-file-in-file-manager'}
9595
]

0 commit comments

Comments
 (0)