Skip to content

Commit 0884005

Browse files
committed
The British are coming!
1 parent 02eafc6 commit 0884005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDecrypt.Core/DSTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ private void Decrypt(ref uint arg1, ref uint arg2)
612612
else if (decrypted == true)
613613
sb.Append("Decrypted");
614614
else
615-
sb.Append("English");
615+
sb.Append("Encrypted");
616616

617617
// Return the status for the secure area
618618
return sb.ToString();

0 commit comments

Comments
 (0)