"ecrypt" -> "eCryptfs"

This commit is contained in:
Dan Stillman 2009-12-14 11:35:40 +00:00
parent 1ff0105daf
commit c1054b57d6

View file

@ -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?)";
}