Tweak the file access denied error message

The "Read-Only" box seems to always show as a half-filled square
for a folder, as it apparently doesn't check all subfolders and files.
This commit is contained in:
Dan Stillman 2012-02-25 17:17:04 -05:00
parent edd2f99ec9
commit ae7f2d8e86

View File

@ -364,8 +364,9 @@ Zotero.File = new function(){
var checkFileWindows = "Check that the file is not currently "
+ "in use and that it is not marked as read-only. To check "
+ "all files in your Zotero data directory, right-click on "
+ "the 'zotero' directory, click Properties, and ensure that "
+ "the Read-Only checkbox is empty.";
+ "the 'zotero' directory, click Properties, clear "
+ "the Read-Only checkbox, and apply the change to all folders "
+ "and files in the directory.";
var checkFileOther = "Check that the file is not currently "
+ "in use and that its permissions allow write access.";
var msg = str + " "