fix bug 6127 - change text on confirmation box on VM destroy.

This commit is contained in:
Jessica Wang 2010-09-21 17:59:07 -07:00
parent c29a3a9a82
commit 489d1efd38
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ function showInstancesTab(p_domainId, p_account) {
break;
case "vm_action_destroy" :
$("#dialog_confirmation")
.html("<p>Please confirm you want to destroy your virtual machine: <b>"+vmName+"</b>. Destroying your virtual machine would include deleting the ROOT volume and all attached data disk volumes.</p>")
.html("<p>Please confirm you want to destroy your virtual machine: <b>"+vmName+"</b>. Destroying your virtual machine will also delete the ROOT volume, but not attached data disk volumes.</p>")
.dialog('option', 'buttons', {
"Confirm": function() {
$(this).dialog("close");