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, {}