Added warning that text file must be in UTF-8 Encoding

This commit is contained in:
Alexander 2019-11-27 15:27:34 +02:00
parent 7996c273b4
commit a682b24164

View file

@ -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)
{