Localize download ISO

This commit is contained in:
Brian Federle 2012-02-13 11:36:29 -08:00
parent 446ba7a5ec
commit 4b982d5dbb
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@
},
complete: function(args) {
var url = decodeURIComponent(args.url);
var htmlMsg = 'Please click <a href="#">00000</a> to download ISO';
var htmlMsg = _l('messge.download.ISO');
var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url);
return htmlMsg2;
}