From 959f243999e900f83118a4e95ba3574f5a6d7000 Mon Sep 17 00:00:00 2001 From: pi1024e <49824824+pi1024e@users.noreply.github.com> Date: Tue, 13 Aug 2019 10:21:32 -0400 Subject: [PATCH] User face change: say "Do not show again" instead of "Not show again". --- src/hotCodeReplace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotCodeReplace.ts b/src/hotCodeReplace.ts index 2e7d0589..7b9f6b33 100644 --- a/src/hotCodeReplace.ts +++ b/src/hotCodeReplace.ts @@ -13,7 +13,7 @@ const YES_BUTTON: string = "Yes"; const NO_BUTTON: string = "No"; -const NEVER_BUTTON: string = "Not show again"; +const NEVER_BUTTON: string = "Do not show again"; enum HcrChangeType { ERROR = "ERROR",