From 52ccdfe46a2466765cdab1d99a0b09f62321037c Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 26 Sep 2020 06:03:29 -0700 Subject: [PATCH] Fixed error text --- IDE/src/IDEApp.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index 077dc56f..e72ce7eb 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -11551,7 +11551,7 @@ namespace IDE { if (mHotResolveTryIdx == 0) { - OutputErrorLine("ERROR: Hot type data changes cannot be applied because of the following types"); + OutputErrorLine("Hot type data changes cannot be applied because of the following types"); for (var line in hotResult.Split('\n')) { OutputLineSmart(" {0}", line);