From 92af80648816a817f320b5963cf3d9a3f2a11ba8 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 11 Aug 2014 07:22:45 +0200 Subject: MacOSX : change OSXFuse error message to indicate the MacFUSE compatibility layer is needed. --- src/Main/UserInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index 5a7680bd..f66e28d2 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 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 -- cgit v1.2.3