"debug info was copied to clipboard" changed to "copied to clipboard"

This commit is contained in:
Alexander 2019-11-20 19:50:03 +02:00
parent 420697662e
commit b7b6328c54

View file

@ -64,9 +64,9 @@ private void InitializeComponent()
this.copyToClipboardLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.copyToClipboardLabel.Location = new System.Drawing.Point(214, 15);
this.copyToClipboardLabel.Name = "copyToClipboardLabel";
this.copyToClipboardLabel.Size = new System.Drawing.Size(143, 14);
this.copyToClipboardLabel.Size = new System.Drawing.Size(81, 14);
this.copyToClipboardLabel.TabIndex = 3;
this.copyToClipboardLabel.Text = "debug info was copied to clipboard";
this.copyToClipboardLabel.Text = "copied to clipboard";
this.copyToClipboardLabel.Visible = false;
//
// appInfoRichTextBox