From 674920964cfbd9fe71da8a289089aa2801ef3cd8 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 27 Nov 2019 14:20:35 +0200 Subject: [PATCH] Changed text from uppercase to lowercase --- Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs b/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs index 24a672a..cfbceb8 100644 --- a/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs +++ b/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs @@ -197,7 +197,7 @@ private void InitializeComponent() this.copyAllButton.Name = "copyAllButton"; this.copyAllButton.Size = new System.Drawing.Size(66, 23); this.copyAllButton.TabIndex = 3; - this.copyAllButton.Text = "Copy All"; + this.copyAllButton.Text = "Copy all"; this.copyAllButton.UseVisualStyleBackColor = true; this.copyAllButton.Click += new System.EventHandler(this.CopyAllButton_Click); this.copyAllButton.MouseEnter += new System.EventHandler(this.CopyAllButton_MouseEnter); @@ -209,7 +209,7 @@ private void InitializeComponent() this.copyLastButton.Name = "copyLastButton"; this.copyLastButton.Size = new System.Drawing.Size(66, 23); this.copyLastButton.TabIndex = 2; - this.copyLastButton.Text = "Copy Last"; + this.copyLastButton.Text = "Copy last"; this.copyLastButton.UseVisualStyleBackColor = true; this.copyLastButton.Click += new System.EventHandler(this.CopyLastButton_Click); this.copyLastButton.MouseEnter += new System.EventHandler(this.CopyLastButton_MouseEnter);