mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Added warning that text file must be in UTF-8 Encoding
This commit is contained in:
parent
7996c273b4
commit
a682b24164
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ private async void SendTo()
|
|||
|
||||
private async void ContextMenuEncryptReplace()
|
||||
{
|
||||
DialogResult res = MessageBox.Show(this, "This action will delete the source file and replace it with encrypted version", PublicVar.appName,
|
||||
DialogResult res = MessageBox.Show(this, "This action will delete the source file and replace it with encrypted version. File must be in UTF-8 Encoding.", PublicVar.appName,
|
||||
MessageBoxButtons.OKCancel, MessageBoxIcon.Question);
|
||||
if (res == DialogResult.Cancel)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue