CLOUDSTACK-1512:Wrong message when trying to create zone with mulitple physical networks without providing the traffic label
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5a455a79 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5a455a79 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5a455a79 Branch: refs/heads/ui-multiple-pod-ranges Commit: 5a455a798a5ecc66705aad4d6ebc5e890bb5554e Parents: 0d604c6 Author: Pranav Saxena <[email protected]> Authored: Fri Mar 22 10:55:13 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Fri Mar 22 10:55:13 2013 +0530 ---------------------------------------------------------------------- ui/dictionary.jsp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5a455a79/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index dcc7898..cd8d732 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -69,6 +69,7 @@ dictionary = { 'label.action.disable.physical.network': '<fmt:message key="label.action.disable.physical.network"/>', 'message.action.enable.physical.network': '<fmt:message key="message.action.enable.physical.network"/>', 'message.action.disable.physical.network': '<fmt:message key="message.action.disable.physical.network"/>', +'message.configure.all.traffic.types': '<fmt:message key="message.configure.all.traffic.types"/>', 'label.ipaddress': '<fmt:message key="label.ipaddress"/>', 'label.vcdcname': '<fmt:message key="label.vcdcname"/>', 'label.vcipaddress': '<fmt:message key="label.vcipaddress"/>',
