mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes (#1029)
the issue of 'LINUX_VOL_DISMOUNTED' being shown even when not dismounting.
This commit is contained in:
@@ -1008,7 +1008,7 @@ namespace VeraCrypt
|
||||
{
|
||||
if (!message.IsEmpty())
|
||||
message += L'\n';
|
||||
message += StringFormatter (LangString["LINUX_VOL_DISMOUNTED"], wstring (volume.Path));
|
||||
message += StringFormatter (LangString["LINUX_VOL_MOUNTED"], wstring (volume.Path));
|
||||
}
|
||||
ShowInfo (message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user