From 7b00c6155e7d1b1c21288f134e79cb725eacc52b Mon Sep 17 00:00:00 2001 From: Khurram Jalil <114917595+KhurramJalil@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:08:07 +0500 Subject: [PATCH] Update frmMatrix.Designer.cs (#27303) Fix #27066 --- .../MouseWithoutBorders/App/Form/frmMatrix.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/MouseWithoutBorders/App/Form/frmMatrix.Designer.cs b/src/modules/MouseWithoutBorders/App/Form/frmMatrix.Designer.cs index defd2d06f0..2f0e2c07a4 100644 --- a/src/modules/MouseWithoutBorders/App/Form/frmMatrix.Designer.cs +++ b/src/modules/MouseWithoutBorders/App/Form/frmMatrix.Designer.cs @@ -577,7 +577,7 @@ namespace MouseWithoutBorders this.textBoxEnc.PasswordChar = '*'; this.textBoxEnc.Size = new System.Drawing.Size(304, 20); this.textBoxEnc.TabIndex = 3; - this.toolTip.SetToolTip(this.textBoxEnc, "The key must be auto generated in one machine by click on New Key, then typed in " + + this.toolTip.SetToolTip(this.textBoxEnc, "The key must be auto generated in one machine by clicking on New Key, then typed in " + "other machines."); // // LabelEnc @@ -1158,4 +1158,4 @@ namespace MouseWithoutBorders private Label labelEasyMouse; private CheckBox checkBoxTransferFile; } -} \ No newline at end of file +}