From 2947d2b4a44d0a3018d36633ff0192a18b7cedb8 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 20 Nov 2019 20:18:06 +0200 Subject: [PATCH] "copied to clipboard" changed to "copied" --- Crypto Notepad/AboutFrom.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs index 81ee52d..7776026 100644 --- a/Crypto Notepad/AboutFrom.Designer.cs +++ b/Crypto Notepad/AboutFrom.Designer.cs @@ -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