From 4b982d5dbbd7809f9c83fc85e9e9bcb79eedd87b Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 13 Feb 2012 11:36:29 -0800 Subject: [PATCH] Localize download ISO --- ui/scripts/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index f549ea1c73f..231abeb412b 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1001,7 +1001,7 @@ }, complete: function(args) { var url = decodeURIComponent(args.url); - var htmlMsg = 'Please click 00000 to download ISO'; + var htmlMsg = _l('messge.download.ISO'); var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url); return htmlMsg2; }