From 4472eca5b429071e6d275c8e546561fb0c2ac853 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 30 Nov 2012 11:36:41 -0800 Subject: [PATCH] Zone wizard UI: Fix typo in word 'Management' --- client/WEB-INF/classes/resources/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index b606cce3c95..48514e8f29d 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -19,7 +19,7 @@ #new labels (begin) ********************************************************************************************** label.egress.rules=Egress rules message.acquire.new.ip.vpc=Please confirm that you would like to acquire a new IP for this VPC. -label.zoneWizard.trafficType.management=Mangement: Traffic between CloudStack\'s internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs +label.zoneWizard.trafficType.management=Management: Traffic between CloudStack\'s internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs label.zoneWizard.trafficType.public=Public: Traffic between the internet and virtual machines in the cloud. label.zoneWizard.trafficType.guest=Guest: Traffic between end-user virtual machines label.zoneWizard.trafficType.storage=Storage: Traffic between primary and secondary storage servers, such as VM templates and snapshots