tweak wording #89416

This commit is contained in:
Johannes Rieken
2020-02-10 14:42:25 +01:00
parent 5cfae257fd
commit 0617f8eeab
@@ -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) {