Skip to content

Commit 2186c66

Browse files
author
Benjamin Pasero
committed
💄
1 parent 27a2bfe commit 2186c66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/electron-browser/main.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ let workbenchProperties: { [path: string]: IJSONSchema; } = {
132132
'type': 'string',
133133
'enum': ['default', 'short', 'medium', 'long'],
134134
'enumDescriptions': [
135-
nls.localize('workbench.editor.labelFormat.default', "Show the name of the file. When tabs are enabled and two files have the same name in one group the distinguinshing sections of each file's path are added. When tabs are disabled, the path relative to workspace root is shown if the editor is active."),
135+
nls.localize('workbench.editor.labelFormat.default', "Show the name of the file. When tabs are enabled and two files have the same name in one group the distinguinshing sections of each file's path are added. When tabs are disabled, the path relative to the workspace folder is shown if the editor is active."),
136136
nls.localize('workbench.editor.labelFormat.short', "Show the name of the file followed by it's directory name."),
137-
nls.localize('workbench.editor.labelFormat.medium', "Show the name of the file followed by it's path relative to the workspace root."),
137+
nls.localize('workbench.editor.labelFormat.medium', "Show the name of the file followed by it's path relative to the workspace folder."),
138138
nls.localize('workbench.editor.labelFormat.long', "Show the name of the file followed by it's absolute path.")
139139
],
140140
'default': 'default',

0 commit comments

Comments
 (0)