Skip to content

Commit ec9670e

Browse files
author
Jackson Kearl
committed
Fix #141469
1 parent 29db1d8 commit ec9670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ configurationRegistry.registerConfiguration({
379379
'enumDescriptions': [
380380
nls.localize('enableUndo.warn', 'Explorer will prompt before undoing all file and folder creation events.'),
381381
nls.localize('enableUndo.allow', 'Explorer will undo file and folder creation events without prompting.'),
382-
nls.localize('enableUndo.disable', 'Explorer does not participte in undo events.'),
382+
nls.localize('enableUndo.disable', 'Undo will be disabled in the explorer.'),
383383
],
384384
},
385385
'explorer.expandSingleFolderWorkspaces': {

0 commit comments

Comments
 (0)