Skip to content

Commit 081bde6

Browse files
authored
Correct the descriptions of SelectBackwardsLine and SelectLine (#1857)
1 parent a6b0e76 commit 081bde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSReadLine/PSReadLineResources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@
373373
<value>Move the cursor to the end of the current token</value>
374374
</data>
375375
<data name="SelectBackwardsLineDescription" xml:space="preserve">
376-
<value>Adjust the current selection to include from the cursor to the end of the line</value>
376+
<value>Adjust the current selection to include from the cursor to the start of the line</value>
377377
</data>
378378
<data name="SelectLineDescription" xml:space="preserve">
379-
<value>Adjust the current selection to include from the cursor to the start of the line</value>
379+
<value>Adjust the current selection to include from the cursor to the end of the line</value>
380380
</data>
381381
<data name="SelectAllDescription" xml:space="preserve">
382382
<value>Select the entire line. Moves the cursor to the end of the line</value>

0 commit comments

Comments
 (0)