Skip to content

Commit 8d1e3c1

Browse files
authored
Fix the description of CapitalizeWord (#3384)
1 parent 6808c18 commit 8d1e3c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PSReadLine/PSReadLineResources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PSReadLine/PSReadLineResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ Or not saving history with:
859859
<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>
860860
</data>
861861
<data name="CapitalizeWordDescription" xml:space="preserve">
862-
<value>Find the next word starting from the current position and then make it Pascal case.</value>
862+
<value>Find the next word starting from the current position and then upcase the first character and downcase the remaining characters.</value>
863863
</data>
864864
<data name="DowncaseWordDescription" xml:space="preserve">
865865
<value>Find the next word starting from the current position and then make it lower case.</value>

0 commit comments

Comments
 (0)