commit 4bc7ab90167699fdc66eb9d0d5b184bb9fa2b824
parent 11f0b85db0eb09277e211afe33ec6380980f9a93
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 26 Aug 2010 06:32:24 +0000
Add note that Commons processing could take a while
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/xpcom/commons.js b/chrome/content/zotero/xpcom/commons.js
@@ -724,9 +724,12 @@ Zotero.Commons.Bucket.prototype.uploadItems = function (ids) {
var index = pr.confirmEx(
"Zotero Commons Upload",
"By uploading items to Zotero Commons you agree to the terms of use at zotero.org and archive.org. "
- + "Please make sure metadata for your item(s) is set properly."
- + "\n\n "
- + "Continue to upload items to the Internet Archive?",
+ + "Please make sure metadata for your items are set properly."
+ + "\n\n"
+ + "Note that there may be a delay while the Internet Archive processes "
+ + "your items before they appear in the Commons collection in Zotero."
+ + "\n\n"
+ + "Continue uploading items to Zotero Commons?",
buttonFlags,
"Upload",
null, null, null, {}