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