mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
MacOSX : change OSXFuse error message to indicate the MacFUSE compatibility layer is needed.
This commit is contained in:
@@ -484,7 +484,7 @@ namespace VeraCrypt
|
||||
EX2MSG (VolumeSlotUnavailable, _("Volume slot unavailable."));
|
||||
|
||||
#ifdef TC_MACOSX
|
||||
EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires OSXFUSE 2.3 or later."));
|
||||
EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires OSXFUSE 2.3 or later with MacFUSE compatibility layer installer.\nPlease ensure that you have selected this compatibility layer during OSXFUSE installation."));
|
||||
#endif
|
||||
|
||||
#undef EX2MSG
|
||||
|
||||
Reference in New Issue
Block a user