Skip to content

Commit 47a3a6c

Browse files
jzyrobertrebornix
andauthored
Modify setting message to match options (microsoft#88795)
Co-authored-by: Peng Lyu <penlv@microsoft.com>
1 parent ca919fd commit 47a3a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ class EditorFind extends BaseEditorOption<EditorOption.find, EditorFindOptions>
13441344
nls.localize('editor.find.autoFindInSelection.always', 'Always turn on Find in selection automatically'),
13451345
nls.localize('editor.find.autoFindInSelection.multiline', 'Turn on Find in selection automatically when multiple lines of content are selected.')
13461346
],
1347-
description: nls.localize('find.autoFindInSelection', "Controls whether the find operation is carried out on selected text or the entire file in the editor.")
1347+
description: nls.localize('find.autoFindInSelection', "Controls the condition for turning on find in selection automatically.")
13481348
},
13491349
'editor.find.globalFindClipboard': {
13501350
type: 'boolean',

0 commit comments

Comments
 (0)