commit fd31e41e2f176f21b9ff4ee95d6881c33aea70b3
parent 57ec10dfd4a96aeefe41b88b3a62c7766096fb38
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 18 Sep 2014 17:41:46 -0400
Add localization todos
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js
@@ -1518,6 +1518,7 @@ Zotero.Sync.Storage = new function () {
destFile.remove(false);
}
catch (e) {}
+ // TODO: localize
var msg = "Due to a Windows path length limitation, your Zotero data directory "
+ "is too deep in the filesystem for syncing to work reliably. "
+ "Please relocate your Zotero data to a higher directory.";
@@ -1695,6 +1696,7 @@ Zotero.Sync.Storage = new function () {
}
catch (e) {}
zipReader.close();
+ // TODO: localize
var msg = "Due to a Windows path length limitation, your Zotero data directory "
+ "is too deep in the filesystem for syncing to work reliably. "
+ "Please relocate your Zotero data to a higher directory.";