mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
"copied to clipboard" changed to "copied"
This commit is contained in:
parent
6c5cdbe6b0
commit
2947d2b4a4
1 changed files with 2 additions and 2 deletions
4
Crypto Notepad/AboutFrom.Designer.cs
generated
4
Crypto Notepad/AboutFrom.Designer.cs
generated
|
|
@ -65,9 +65,9 @@ private void InitializeComponent()
|
|||
this.copyToClipboardLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.copyToClipboardLabel.Location = new System.Drawing.Point(214, 15);
|
||||
this.copyToClipboardLabel.Name = "copyToClipboardLabel";
|
||||
this.copyToClipboardLabel.Size = new System.Drawing.Size(81, 14);
|
||||
this.copyToClipboardLabel.Size = new System.Drawing.Size(33, 14);
|
||||
this.copyToClipboardLabel.TabIndex = 3;
|
||||
this.copyToClipboardLabel.Text = "copied to clipboard";
|
||||
this.copyToClipboardLabel.Text = "copied";
|
||||
this.copyToClipboardLabel.Visible = false;
|
||||
//
|
||||
// appInfoRichTextBox
|
||||
|
|
|
|||
Loading…
Reference in a new issue