1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -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:
Mounir IDRASSI
2014-08-10 23:09:15 +02:00
parent 41a31ac76f
commit 0d6443e05a

View File

@@ -484,7 +484,7 @@ namespace VeraCrypt
EX2MSG (VolumeSlotUnavailable, _("Volume slot unavailable."));
#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
#undef EX2MSG