Cypher

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 893544704b91c52e069aa79573ac5e884c551633
parent 313e9a61415a28b2713827d7b5bfbca90e5254c0
Author: M-ori-P <94516222+M-ori-P@users.noreply.github.com>
Date:   Thu,  1 Dec 2022 12:05:08 +0900

Update Encrypt.cs
Diffstat:
MEncrypt.cs | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Encrypt.cs b/Encrypt.cs @@ -42,7 +42,7 @@ namespace Cypher while (Directory.Exists(whereEncryptedFilefolder) == false) { Console.WriteLine("You selected not exis folder."); - Console.WriteLine("Let's try another folder!"); + Console.WriteLine("Please try another folder."); whereEncryptedFilefolder = question.Questions("Where will you create encrypted file? (folder Name)", false); } whereEncryptedfileName = question.Questions("What will you create encrypted file name?", false); @@ -59,7 +59,7 @@ namespace Cypher catch (Exception e) { Console.WriteLine(e + "was happend."); - Console.WriteLine("try again."); + Console.WriteLine("Please try again."); Task.Delay(10000); Environment.Exit(0); } @@ -172,7 +172,7 @@ namespace Cypher } - //書きこ + //書きこみ try {