From c1054b57d68e6a5d1cd0def0a1ade8f1e58ac170 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 14 Dec 2009 11:35:40 +0000 Subject: [PATCH] "ecrypt" -> "eCryptfs" --- chrome/content/zotero/xpcom/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 1b1ae6391..2dd44e6a9 100644 --- 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?)"; }