Skip to content

Commit 6dd40fa

Browse files
CazkaAlex0007
authored andcommitted
Fix typo for incrementalNaming setting (microsoft#194900)
Update files.contribution.ts
1 parent e8d3317 commit 6dd40fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ configurationRegistry.registerConfiguration({
514514
nls.localize('smart', "Adds a number at the end of the duplicated name. If some number is already part of the name, tries to increase that number."),
515515
nls.localize('disabled', "Disables incremental naming. If two files with the same name exist you will be prompted to overwrite the existing file.")
516516
],
517-
description: nls.localize('explorer.incrementalNaming', "Controls what naming strategy to use when a giving a new name to a duplicated Explorer item on paste."),
517+
description: nls.localize('explorer.incrementalNaming', "Controls which naming strategy to use when giving a new name to a duplicated Explorer item on paste."),
518518
default: 'simple'
519519
},
520520
'explorer.compactFolders': {

0 commit comments

Comments
 (0)