diff --git a/PSReadLine/PSReadLineResources.Designer.cs b/PSReadLine/PSReadLineResources.Designer.cs index ac672d3f..f6239828 100644 --- a/PSReadLine/PSReadLineResources.Designer.cs +++ b/PSReadLine/PSReadLineResources.Designer.cs @@ -1574,7 +1574,7 @@ internal static string ViBackwardReplaceWordDescription { } /// - /// Looks up a localized string similar to Delete backward to the beginning of the previous word, as delimited by white space and common delimiters, and enter insert mode.. + /// Looks up a localized string similar to Move the cursor to the beginning of the current or previous word, as delimited by white space and common delimiters.. /// internal static string ViBackwardWordDescription { get { @@ -1826,7 +1826,7 @@ internal static string ViReplaceGlobDescription { } /// - /// Looks up a localized string similar to Repace the current line with the next set of characters typed.. + /// Looks up a localized string similar to Replace the current line with the next set of characters typed.. /// internal static string ViReplaceLineDescription { get { diff --git a/PSReadLine/PSReadLineResources.resx b/PSReadLine/PSReadLineResources.resx index e619e7c0..e60ab4a3 100644 --- a/PSReadLine/PSReadLineResources.resx +++ b/PSReadLine/PSReadLineResources.resx @@ -553,7 +553,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s Replace the current character with only one character. - Repace the current line with the next set of characters typed. + Replace the current line with the next set of characters typed. Replace the characters from the cursor position to the end of the line. @@ -601,7 +601,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s Replace the previous word. - Delete backward to the beginning of the previous word, as delimited by white space and common delimiters, and enter insert mode. + Move the cursor to the beginning of the current or previous word, as delimited by white space and common delimiters. Move the cursor back one character in the Vi edit mode.