diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js index 435f7c044..50d00aa8a 100644 --- a/core/modules/utils/dom/modal.js +++ b/core/modules/utils/dom/modal.js @@ -77,7 +77,7 @@ Modal.prototype.display = function(title,options) { // Setup the link if present if(options.downloadLink) { modalLink.href = options.downloadLink - modalLink.appendChild(document.createTextNode("Download")); + modalLink.appendChild(document.createTextNode("Right-click to save changes")); modalBody.appendChild(modalLink); } // Render the footer of the message