diff --git a/Crypto Notepad/SettingsForm.Designer.cs b/Crypto Notepad/SettingsForm.Designer.cs index d6a8fb3..36ddc00 100644 --- a/Crypto Notepad/SettingsForm.Designer.cs +++ b/Crypto Notepad/SettingsForm.Designer.cs @@ -460,7 +460,7 @@ private void InitializeComponent() this.encryptionHintLabel.Size = new System.Drawing.Size(223, 96); this.encryptionHintLabel.TabIndex = 7; this.encryptionHintLabel.Text = resources.GetString("encryptionHintLabel.Text"); - this.settingsToolTip.SetToolTip(this.encryptionHintLabel, "Left click to permanently hide this tooltip"); + this.settingsToolTip.SetToolTip(this.encryptionHintLabel, "Left click to permanently hide this hint"); this.encryptionHintLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.EncryptionHintLabel_MouseClick); // // passwordIterationsTextBox diff --git a/Crypto-Notepad-Update.zip b/Crypto-Notepad-Update.zip index d752589..f0e84d3 100644 Binary files a/Crypto-Notepad-Update.zip and b/Crypto-Notepad-Update.zip differ