From a2d4a5e16a1922aef07f76965d79077712a21188 Mon Sep 17 00:00:00 2001 From: "Ilya A. Zhulin" Date: Thu, 5 Dec 2024 13:36:56 +0300 Subject: [PATCH] Update CreateKeyForm.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Очепятка --- Keys/CreateKeyForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keys/CreateKeyForm.cs b/Keys/CreateKeyForm.cs index 988d0e3..7346a89 100644 --- a/Keys/CreateKeyForm.cs +++ b/Keys/CreateKeyForm.cs @@ -64,7 +64,7 @@ public CreateKeyForm() // GenerateButton GenerateButton = new Button(); GenerateButton.Name = "GenerateButton"; - GenerateButton.Text = "Сгенировать ключ"; + GenerateButton.Text = "Сгенерировать ключ"; GenerateButton.AutoSize = true; GenerateButton.AutoSizeMode = AutoSizeMode.GrowAndShrink; GenerateButton.Location = new Point(10, CommentInput.Bottom + 10);