bug 14030: ISO page - download ISO action - fix to show correct message ("url: ~~~") after ISO is downloaded.

This commit is contained in:
Jessica Wang 2012-02-27 12:24:16 -08:00
parent a4197874c4
commit 2f69ec34cc
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 = _l('messge.download.ISO');
var htmlMsg = _l('message.download.ISO');
var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url);
return htmlMsg2;
}