diff --git a/Source/Core/Windows/ExceptionDialog.cs b/Source/Core/Windows/ExceptionDialog.cs index 229bfbb914fe57be6d5e0f092e2a654b1764b936..6145fb5b652eb72c9a96e35e88f8c56dfd4201d1 100755 --- a/Source/Core/Windows/ExceptionDialog.cs +++ b/Source/Core/Windows/ExceptionDialog.cs @@ -132,8 +132,9 @@ namespace CodeImp.DoomBuilder.Windows "Something happened", "The Device is Error", "Worship me, and I may yet be merciful... then again, maybe not.", - "EXTERMINATE" - }; + "EXTERMINATE", + "What you spend years building may be destroyed overnight; build it anyway" + }; this.Text = titles[new Random().Next(0, titles.Length - 1)]; bContinue.Enabled = !isterminating;