summaryrefslogtreecommitdiffstats
path: root/panes/wizardNewVM.html
diff options
context:
space:
mode:
Diffstat (limited to 'panes/wizardNewVM.html')
-rw-r--r--panes/wizardNewVM.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/panes/wizardNewVM.html b/panes/wizardNewVM.html
index 6d79224..8f9c233 100644
--- a/panes/wizardNewVM.html
+++ b/panes/wizardNewVM.html
@@ -107,17 +107,18 @@ $('#wizardNewVMStep1').find('table.vboxOptions').find('span.translate').html(fun
-var wizardNewVMToolbar = new vboxToolbarSingle({
+var wizardNewVMToolbar = new vboxToolbarSingle({button: {
/* Add Attachment Button */
'name' : 'mselecthdbtn',
- 'label' : trans('Choose a virtual hard disk file...','UIMachineSettingsStorage'),
+ 'label' : 'Choose a virtual hard disk file...',
+ 'language_context': 'UIMachineSettingsStorage',
'icon' : 'select_file',
'click' : function () {
vboxMedia.actions.choose(null,'HardDisk',function(med){
if(med) vmNewFillExistingDisks(med.base);
});
}
-});
+}});
wizardNewVMToolbar.renderTo('newVMDiskVMM');
/* Toggle new / existing */