From ae7f2d8e86aca625deca4ddbaddce394f525391e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 25 Feb 2012 17:17:04 -0500 Subject: [PATCH] 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. --- chrome/content/zotero/xpcom/file.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/file.js b/chrome/content/zotero/xpcom/file.js index 03bcb325d..3051e730a 100644 --- 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 + " "