"copied to clipboard" changed to "copied"

This commit is contained in:
Alexander 2019-11-20 20:18:06 +02:00
parent 6c5cdbe6b0
commit 2947d2b4a4

View file

@ -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