diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index e9e8b7d..a4c7197 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -1790,6 +1790,7 @@ private void FileLockedPanel_VisibleChanged(object sender, EventArgs e) richTextBox.Clear(); StatusPanelTextInfo(); statusPanelModifiedLabel.Text = "Modified"; + statusPanelModifiedLabel.ToolTipText = null; statusPanelSizeLabel.Text = "Size"; fileLockedKeyTextBox.Focus(); }