From 4bc7ab90167699fdc66eb9d0d5b184bb9fa2b824 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 26 Aug 2010 06:32:24 +0000 Subject: [PATCH] Add note that Commons processing could take a while --- chrome/content/zotero/xpcom/commons.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/commons.js b/chrome/content/zotero/xpcom/commons.js index 8330ef1f05..9d558e343e 100644 --- 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, {}