Add localization todos
This commit is contained in:
parent
57ec10dfd4
commit
fd31e41e2f
1 changed files with 2 additions and 0 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Reference in a new issue