Adjust the menu text on OS X to better match the HIG

This commit is contained in:
Thomas Goyne 2015-09-21 18:18:22 -07:00
parent f28e46c2e3
commit 5f89a64f07
1 changed files with 6 additions and 6 deletions

View File

@ -39,17 +39,17 @@
{ "submenu" : "main/help", "text" : "&Help", "special" : "help" }
],
"main/file" : [
{ "command" : "subtitle/new" },
{ "command" : "subtitle/open" },
{ "command" : "subtitle/new", "text" : "New" },
{ "command" : "subtitle/open", "text" : "Open..." },
{ "command" : "subtitle/open/charset" },
{ "command" : "subtitle/open/video" },
{ "command" : "subtitle/open/autosave" },
{ "recent" : "Subtitle" },
{ "recent" : "Subtitle", "text" : "Open Recent" },
{},
{ "command" : "subtitle/close" },
{ "command" : "subtitle/save" },
{ "command" : "subtitle/save/as" },
{ "command" : "tool/export", "text" : "&Export As..." },
{ "command" : "subtitle/save", "text" : "Save" },
{ "command" : "subtitle/save/as", "text" : "Save As..." },
{ "command" : "tool/export", "text" : "Export As..." },
{},
{ "command" : "subtitle/properties" },
{ "command" : "subtitle/attachment" },