diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-08-09 09:11:05 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:22:19 +0100 |
commit | 4fefd61ceea569334385ae0afa1f635dbba34cf4 (patch) | |
tree | 992b2bd4a577d666a0f8752bbad4fbca41c55e0b /src/Main/UserInterface.cpp | |
parent | 8ee17fd7272b34de2c77c495737632b048f9f862 (diff) | |
download | VeraCrypt-4fefd61ceea569334385ae0afa1f635dbba34cf4.tar.gz VeraCrypt-4fefd61ceea569334385ae0afa1f635dbba34cf4.zip |
MacOSX : Update Fuse error message to display OSXFUSE requirement alongside MacFuse.
Diffstat (limited to 'src/Main/UserInterface.cpp')
-rw-r--r-- | src/Main/UserInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index 618407f7..d526af00 100644 --- a/src/Main/UserInterface.cpp +++ b/src/Main/UserInterface.cpp @@ -484,7 +484,7 @@ namespace VeraCrypt EX2MSG (VolumeSlotUnavailable, _("Volume slot unavailable.")); #ifdef TC_MACOSX - EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires MacFUSE 1.3 or later.")); + EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires OSXFUSE 2.5+ with MacFUSE compatibility layer or MacFUSE 1.3+.")); #endif #undef EX2MSG |