From a42af3cb9310cf67628cc828992ef0edbd81d568 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Mon, 8 Sep 2025 14:29:56 +0200 Subject: [PATCH] Little update --- Notepad/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notepad/Form1.cs b/Notepad/Form1.cs index 958d09c..7bc8f4d 100644 --- a/Notepad/Form1.cs +++ b/Notepad/Form1.cs @@ -275,7 +275,7 @@ namespace Notepad private void Form1_Load(object sender, EventArgs e) { #if DEBUG - var dialog = MessageBox.Show("This version is for testing purpouses only!!!\nYou should use it only for debugging.\nThe update feature is disabled. Continue?", Text, MessageBoxButtons.YesNo, MessageBoxIcon.None, MessageBoxDefaultButton.Button2); + var dialog = MessageBox.Show("This version is for testing purpouses only!!!\nYou should use it only for debugging.\nThe update feature is disabled.\nContinue?", Text, MessageBoxButtons.YesNo, MessageBoxIcon.None, MessageBoxDefaultButton.Button2); if (dialog == DialogResult.No) { Environment.Exit(436);