mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-16 09:31:31 +00:00
Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows.
This commit is contained in:
@@ -664,7 +664,7 @@ namespace VeraCrypt
|
||||
{
|
||||
if (!ea->IsDeprecated())
|
||||
{
|
||||
ShowString (StringFormatter (L" {0}) {1}\n", (uint32) encryptionAlgorithms.size() + 1, ea->GetName()));
|
||||
ShowString (StringFormatter (L" {0}) {1}\n", (uint32) encryptionAlgorithms.size() + 1, ea->GetName(true)));
|
||||
encryptionAlgorithms.push_back (ea);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user