commit ae7f2d8e86aca625deca4ddbaddce394f525391e
parent edd2f99ec9e3440f0902ee10eaff030327970372
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 25 Feb 2012 17:17:04 -0500
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.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/file.js b/chrome/content/zotero/xpcom/file.js
@@ -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 + " "