From cf84e1439a5026d8c3f47061a93d84721629fc9a Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Mon, 21 May 2012 16:16:59 +0200 Subject: [PATCH] Sunstone: fix image select generation for translated states (cherry picked from commit cb288f39c4aaf973acdbfc7366546eeef05bd43f) --- src/sunstone/public/js/plugins/templates-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index 3a111e84cf..4ae885c704 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -1999,7 +1999,7 @@ function popUpCreateTemplateDialog(){ 4, //id col - trick -> reference by name! 4, //name col [10,10,10], - ["DISABLED","LOCKED","ERROR"] + [tr("DISABLED"),tr("LOCKED"),tr("ERROR")] ); $('div#disks select#IMAGE',$create_template_dialog).html(im_sel); //Repopulate network select