VCL-1079 - Virtual Hosts page references Computer Utilities

vm.php: modified editVMInfo: changed "Computer Utilities" to "Edit
Computer Profiles"
diff --git a/web/.ht-inc/vm.php b/web/.ht-inc/vm.php
index 5375cdf..0616d9b 100644
--- a/web/.ht-inc/vm.php
+++ b/web/.ht-inc/vm.php
@@ -47,7 +47,7 @@
 	print "</div>\n";
 
 	$newmsg = "To create a new Virtual Host, change the state of a computer to<br>\n"
-	        . "'vmhostinuse' under Manage Computers-&gt;Computer Utilities.<br><br>\n";
+	        . "'vmhostinuse' under Manage Computers-&gt;Edit Computer Profiles.<br><br>\n";
 	$vmhosts = getVMHostData();
 	$resources = getUserResources(array("computerAdmin"), array("administer"));
 	foreach($vmhosts as $key => $value) {