VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/UserInterface.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-09-29 15:41:19 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-10-17 18:40:21 +0200
commit7d6347f468050309d8b85089c13dd6d008297801 (patch)
tree1b723c1396258dfae3ab7bcb1e9f87141e739b79 /src/Main/UserInterface.cpp
parente362d804b0a9e92b36f3e2d28d08bbbc387ac9a2 (diff)
downloadVeraCrypt-7d6347f468050309d8b85089c13dd6d008297801.tar.gz
VeraCrypt-7d6347f468050309d8b85089c13dd6d008297801.zip
MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only standard OSXFuse install is needed without MacFUSE compatibility option.
Diffstat (limited to 'src/Main/UserInterface.cpp')
-rw-r--r--src/Main/UserInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp
index 8d4b701a..978a0375 100644
--- a/src/Main/UserInterface.cpp
+++ b/src/Main/UserInterface.cpp
@@ -493,7 +493,7 @@ namespace VeraCrypt
EX2MSG (UnsupportedTrueCryptFormat, LangString["UNSUPPORTED_TRUECRYPT_FORMAT"]);
#ifdef TC_MACOSX
- 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."));
+ EX2MSG (HigherFuseVersionRequired, _("VeraCrypt requires OSXFUSE 2.5 or above."));
#endif
#undef EX2MSG