Skip to content

Commit 93de5b2

Browse files
Fix menu title capitalization
in reference to issue PowerShell#739
1 parent ebfb828 commit 93de5b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
},
8787
{
8888
"command": "PowerShell.OnlineHelp",
89-
"title": "Get online help for command",
89+
"title": "Get Online Help for Command",
9090
"category": "PowerShell"
9191
},
9292
{
9393
"command": "PowerShell.RunSelection",
94-
"title": "Run selection",
94+
"title": "Run Selection",
9595
"category": "PowerShell"
9696
},
9797
{
@@ -111,17 +111,17 @@
111111
},
112112
{
113113
"command": "PowerShell.OpenInISE",
114-
"title": "Open current file in PowerShell ISE",
114+
"title": "Open Current file in PowerShell ISE",
115115
"category": "PowerShell"
116116
},
117117
{
118118
"command": "PowerShell.PowerShellFindModule",
119-
"title": "Find/Install PowerShell modules from the gallery",
119+
"title": "Find/Install PowerShell Modules from the Gallery",
120120
"category": "PowerShell"
121121
},
122122
{
123123
"command": "PowerShell.ShowAdditionalCommands",
124-
"title": "Show additional commands from PowerShell modules",
124+
"title": "Show Additional Commands from PowerShell Modules",
125125
"category": "PowerShell"
126126
},
127127
{

0 commit comments

Comments
 (0)