-
Notifications
You must be signed in to change notification settings - Fork 511
Capitalization in Menu Titles is Inconsistent #739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Issue-Enhancement
A feature request (enhancement).
Milestone
Comments
This would be a super easy chance to contribute if you're interested :) Otherwise I'll get it fixed soon! |
I'd be more than happy to, as long as the json file is the only thing that needs editing. I wasn't sure if there were any other files that would be affected. |
Nope, just the JSON file. You could do it entirely in GitHub's online editor |
AndySchneiderDev-zz
added a commit
to SchneiderAndy-zz/vscode-powershell
that referenced
this issue
May 15, 2017
in reference to issue PowerShell#739
AndySchneiderDev-zz
added a commit
to SchneiderAndy-zz/vscode-powershell
that referenced
this issue
May 15, 2017
in reference to issue PowerShell#739
rkeithhill
pushed a commit
that referenced
this issue
May 15, 2017
* Fix menu title capitalization in reference to issue #739 * Fixed "File" in title
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Details
$PSVersionTable
:Issue Description
I am experiencing a problem with the capitalization on the menus. When you right click on selected text, you get an option to "Run selection" "selection" should be capitalized to match the rest of the menu
Looking at project.json, it seems like there is quite a bit of inconsistency in the titles of commands.
I would suggest we capitalize all nouns, verbs, adjectives, and lowercase just the articles, pronouns and conjunctions.
As an example,
Get online help for command
should beGet Online Help for Command
andRun selection
should beRun Selection
The text was updated successfully, but these errors were encountered: