From d3a21b8f6f0366aab375e300d132081b14462f2d Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 18 Jul 2022 11:28:14 -0700 Subject: [PATCH] Fix the description of `CapitalizeWord` --- PSReadLine/PSReadLineResources.Designer.cs | 2 +- PSReadLine/PSReadLineResources.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PSReadLine/PSReadLineResources.Designer.cs b/PSReadLine/PSReadLineResources.Designer.cs index 5366f479..4a8e905e 100644 --- a/PSReadLine/PSReadLineResources.Designer.cs +++ b/PSReadLine/PSReadLineResources.Designer.cs @@ -2204,7 +2204,7 @@ internal static string FailedToConvertPointToRenderDataOffset } /// - /// Looks up a localized string similar to: Find the next word starting from the current position and then make it Pascal case. + /// Looks up a localized string similar to: Find the next word starting from the current position and then upcase the first character and downcase the remaining characters. /// internal static string CapitalizeWordDescription { diff --git a/PSReadLine/PSReadLineResources.resx b/PSReadLine/PSReadLineResources.resx index d66cd13f..f90b510c 100644 --- a/PSReadLine/PSReadLineResources.resx +++ b/PSReadLine/PSReadLineResources.resx @@ -859,7 +859,7 @@ Or not saving history with: 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}) - Find the next word starting from the current position and then make it Pascal case. + Find the next word starting from the current position and then upcase the first character and downcase the remaining characters. Find the next word starting from the current position and then make it lower case.