Skip to content

Commit 6aac7ec

Browse files
committed
Update CaptureScreen description
Fixes #185
1 parent d6fafe0 commit 6aac7ec

File tree

2 files changed

+48
-11
lines changed

2 files changed

+48
-11
lines changed

PSReadLine/PSReadLineResources.Designer.cs

Lines changed: 47 additions & 10 deletions
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
@@ -346,7 +346,7 @@
346346
<value>Adjust the current selection to include the next word using ShellForwardWord</value>
347347
</data>
348348
<data name="CaptureScreenDescription" xml:space="preserve">
349-
<value>Copy selected lines to the clipboard</value>
349+
<value>Allows you to select multiple lines from the console using Shift+UpArrow/DownArrow and copy the selected lines to clipboard by pressing Enter.</value>
350350
</data>
351351
<data name="InvokePromptDescription" xml:space="preserve">
352352
<value>Erases the current prompt and calls the prompt function to redisplay the prompt</value>

0 commit comments

Comments
 (0)