mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
MacOSX : Since we link directly with OSXFuse, change error message to indicate that OSXFuse 2.3+ is needed.
This commit is contained in:
@@ -484,7 +484,7 @@ namespace VeraCrypt
|
|||||||
EX2MSG (VolumeSlotUnavailable, _("Volume slot unavailable."));
|
EX2MSG (VolumeSlotUnavailable, _("Volume slot unavailable."));
|
||||||
|
|
||||||
#ifdef TC_MACOSX
|
#ifdef TC_MACOSX
|
||||||
EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires OSXFUSE 2.5+ with MacFUSE compatibility layer or MacFUSE 1.3+."));
|
EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires OSXFUSE 2.3 or later."));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef EX2MSG
|
#undef EX2MSG
|
||||||
|
|||||||
Reference in New Issue
Block a user