Skip to content

Commit 69dadff

Browse files
committed
Add explanation for microsoft#98584
1 parent 2c1871d commit 69dadff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ export class UndoRedoService implements IUndoRedoService {
696696
Severity.Info,
697697
nls.localize('confirmWorkspace', "Would you like to undo '{0}' across all files?", element.label),
698698
[
699-
nls.localize('ok', "Undo in {0} Files", editStackSnapshot.editStacks.length),
699+
nls.localize({ key: 'ok', comment: ['{0} denotes a number that is > 1'] }, "Undo in {0} Files", editStackSnapshot.editStacks.length),
700700
nls.localize('nok', "Undo this File"),
701701
nls.localize('cancel', "Cancel"),
702702
],

0 commit comments

Comments
 (0)