Skip to content

Commit

Permalink
Remove snake-case from titles
Browse files Browse the repository at this point in the history
Renamed plugin title in the Packages menu and context menu.
  • Loading branch information
chimit committed Oct 6, 2017
1 parent c68604f commit aee50a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menus/git-time-machine.cson
Expand Up @@ -2,15 +2,15 @@
'context-menu':
'atom-text-editor': [
{
'label': 'Toggle git-time-machine view'
'label': 'Toggle Git Time Machine view'
'command': 'git-time-machine:toggle'
}
]
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'git-time-machine'
'label': 'Git Time Machine'
'submenu': [
{
'label': 'Toggle for current file'
Expand Down

0 comments on commit aee50a9

Please sign in to comment.