Improved copy writing

Marginally better
This commit is contained in:
Jeremy Ruston 2012-11-16 19:36:50 +00:00
parent a4d88769b9
commit 544711fe59
1 changed files with 1 additions and 1 deletions

View File

@ -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