From 93de5b2346c618e4000a1302067fec33bbe9743a Mon Sep 17 00:00:00 2001 From: Andy Schneider Date: Mon, 15 May 2017 08:11:25 -0700 Subject: [PATCH 1/2] Fix menu title capitalization in reference to issue #739 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 37f7fac39f..0b18a89421 100644 --- a/package.json +++ b/package.json @@ -86,12 +86,12 @@ }, { "command": "PowerShell.OnlineHelp", - "title": "Get online help for command", + "title": "Get Online Help for Command", "category": "PowerShell" }, { "command": "PowerShell.RunSelection", - "title": "Run selection", + "title": "Run Selection", "category": "PowerShell" }, { @@ -111,17 +111,17 @@ }, { "command": "PowerShell.OpenInISE", - "title": "Open current file in PowerShell ISE", + "title": "Open Current file in PowerShell ISE", "category": "PowerShell" }, { "command": "PowerShell.PowerShellFindModule", - "title": "Find/Install PowerShell modules from the gallery", + "title": "Find/Install PowerShell Modules from the Gallery", "category": "PowerShell" }, { "command": "PowerShell.ShowAdditionalCommands", - "title": "Show additional commands from PowerShell modules", + "title": "Show Additional Commands from PowerShell Modules", "category": "PowerShell" }, { From 7c92119b74098091abdd67cc1625a980959df16d Mon Sep 17 00:00:00 2001 From: Andy Schneider Date: Mon, 15 May 2017 09:18:51 -0700 Subject: [PATCH 2/2] Fixed "File" in title --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b18a89421..1a16225b8e 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ }, { "command": "PowerShell.OpenInISE", - "title": "Open Current file in PowerShell ISE", + "title": "Open Current File in PowerShell ISE", "category": "PowerShell" }, {