commit c1054b57d68e6a5d1cd0def0a1ade8f1e58ac170
parent 1ff0105daf0510b06744dd3c535b9bcf780ce61c
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 14 Dec 2009 11:35:40 +0000
"ecrypt" -> "eCryptfs"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js
@@ -807,7 +807,7 @@ Zotero.Sync.Storage = new function () {
// not much we can do about this, but log a warning
else if (e.name == "NS_ERROR_FAILURE" && Zotero.isLinux && destFile.leafName.length > 130) {
var e = "Error creating file '" + destFile.leafName + "' "
- + "(Are you using filesystem encryption such as ecrypt "
+ + "(Are you using filesystem encryption such as eCryptfs "
+ "that results in a filename length limit below 255 bytes?)";
}