mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed text from uppercase to lowercase
This commit is contained in:
parent
b7e0158cd5
commit
674920964c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue