Skip to content

Commit 0617f8e

Browse files
committed
tweak wording microsoft#89416
1 parent 5cfae25 commit 0617f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class BulkEditPreviewContribution {
123123
Severity.Info,
124124
localize('overlap', "Another refactoring is being previewed."),
125125
[localize('cancel', "Cancel"), localize('continue', "Continue")],
126-
{ detail: localize('detail', "Continue discards the previous refactoring and proceeds with the current refactoring.") }
126+
{ detail: localize('detail', "Press 'Continue' to discard the previous refactoring and continue with the current refactoring.") }
127127
);
128128

129129
if (choice.choice === 0) {

0 commit comments

Comments
 (0)