Skip to content

Commit 1f3d37d

Browse files
committed
Fixes microsoft#91368: Improve wording for dialog
1 parent e3273a2 commit 1f3d37d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ export class UndoRedoService implements IUndoRedoService {
288288
Severity.Info,
289289
nls.localize('confirmWorkspace', "Would you like to undo '{0}' across all files?", element.label),
290290
[
291-
nls.localize('ok', "Yes, change {0} files.", affectedEditStacks.length),
292-
nls.localize('nok', "No, change only this file."),
291+
nls.localize('ok', "Undo in {0} files.", affectedEditStacks.length),
292+
nls.localize('nok', "Undo this file."),
293293
nls.localize('cancel', "Cancel"),
294294
],
295295
{

0 commit comments

Comments
 (0)