Skip to content

Commit b90641f

Browse files
author
Benjamin Pasero
committed
💄 wording
1 parent d29788c commit b90641f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
4646
'type': 'string',
4747
'enum': ['content', 'name'],
4848
'enumDescriptions': [
49-
nls.localize('workbench.editor.untitled.labelFormat.content', "The name of the untitled file is derived from the contents of its first line with a fallback to the name in case the line is empty or contains no word characters."),
49+
nls.localize('workbench.editor.untitled.labelFormat.content', "The name of the untitled file is derived from the contents of its first line unless it has an associated file path. It will fallback to the name in case the line is empty or contains no word characters."),
5050
nls.localize('workbench.editor.untitled.labelFormat.name', "The name of the untitled file is not derived from the contents of the file."),
5151
],
5252
'default': 'content',

0 commit comments

Comments
 (0)