From 0617f8eeabca6ca29730484f23e3585cd7f7e7bc Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 10 Feb 2020 14:42:25 +0100 Subject: [PATCH] tweak wording #89416 --- .../workbench/contrib/bulkEdit/browser/bulkEdit.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/bulkEdit/browser/bulkEdit.contribution.ts b/src/vs/workbench/contrib/bulkEdit/browser/bulkEdit.contribution.ts index 81019146b0b..7d4e04a3136 100644 --- a/src/vs/workbench/contrib/bulkEdit/browser/bulkEdit.contribution.ts +++ b/src/vs/workbench/contrib/bulkEdit/browser/bulkEdit.contribution.ts @@ -123,7 +123,7 @@ class BulkEditPreviewContribution { Severity.Info, localize('overlap', "Another refactoring is being previewed."), [localize('cancel', "Cancel"), localize('continue', "Continue")], - { detail: localize('detail', "Continue discards the previous refactoring and proceeds with the current refactoring.") } + { detail: localize('detail', "Press 'Continue' to discard the previous refactoring and continue with the current refactoring.") } ); if (choice.choice === 0) {