Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix grayed-out Preferences menu in Sublime Text 3
The caption for the preferences menu item needs to be capitalized. When it isn't capitalized the Preferences menu item under Sublime Text on Mac OSX becomes empty and grayed out, and a new top-level item named "preferences" appears in the menu bar.
  • Loading branch information
dgileadi committed Jan 31, 2014
1 parent a165a65 commit 1b6f974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.sublime-menu
@@ -1,6 +1,6 @@
[
{
"caption": "preferences",
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children": [
Expand Down Expand Up @@ -28,4 +28,4 @@
}
]
}
]
]

0 comments on commit 1b6f974

Please sign in to comment.