Skip to content

Commit fe87616

Browse files
author
Jackson Kearl
committed
Close #141555
1 parent 8aab237 commit fe87616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/undoRedo/common/undoRedoService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ export class UndoRedoService implements IUndoRedoService {
11101110
nls.localize('confirmDifferentSource', "Would you like to undo '{0}'?", element.label),
11111111
[
11121112
nls.localize('confirmDifferentSource.yes', "Yes"),
1113-
nls.localize('cancel', "Cancel"),
1113+
nls.localize('confirmDifferentSource.no', "No"),
11141114
],
11151115
{
11161116
cancelId: 1

0 commit comments

Comments
 (0)