Skip to content
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

Fix the description of CapitalizeWord #3384

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PSReadLine/PSReadLineResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PSReadLine/PSReadLineResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ Or not saving history with:
<value>Cannot locate the offset in the rendered text that was pointed by the original cursor. Initial Coord: ({0}, {1}) Buffer: ({2}, {3}) Cursor: ({4}, {5})</value>
</data>
<data name="CapitalizeWordDescription" xml:space="preserve">
<value>Find the next word starting from the current position and then make it Pascal case.</value>
<value>Find the next word starting from the current position and then upcase the first character and downcase the remaining characters.</value>
</data>
<data name="DowncaseWordDescription" xml:space="preserve">
<value>Find the next word starting from the current position and then make it lower case.</value>
Expand Down