Show proper file-access-denied message on Windows
This commit is contained in:
parent
3878e8ac9c
commit
754bcb0ec9
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ Zotero.File = new function(){
|
|||
var checkFileOther = "Check that the file is not currently "
|
||||
+ "in use and that its permissions allow write access.";
|
||||
var msg = str + " "
|
||||
+ (!Zotero.isWin ? checkFileWindows : checkFileOther)
|
||||
+ (Zotero.isWin ? checkFileWindows : checkFileOther)
|
||||
+ "\n\n"
|
||||
+ "Restarting your computer or disabling security "
|
||||
+ "software may also help.";
|
||||
|
|
Loading…
Add table
Reference in a new issue