CLOUDSTACK-72 Error label in traffic type edit dialog in zoneWizard
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/87ecde64 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/87ecde64 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/87ecde64 Branch: refs/heads/4.0 Commit: 87ecde648f94e8d8069bf8011fb1829dd42cbd5f Parents: c4f91b2 Author: Mice Xia <[email protected]> Authored: Tue Sep 11 14:04:24 2012 +0800 Committer: Mice Xia <[email protected]> Committed: Tue Sep 11 14:06:00 2012 +0800 ---------------------------------------------------------------------- ui/dictionary.jsp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/87ecde64/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 23b18a8..f64864c 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -1212,6 +1212,9 @@ dictionary = { 'label.xen.traffic.label': '<fmt:message key="label.xen.traffic.label" />', 'label.kvm.traffic.label': '<fmt:message key="label.kvm.traffic.label" />', 'label.vmware.traffic.label': '<fmt:message key="label.vmware.traffic.label" />', +'message.edit.traffic.type': '<fmt:message key="message.edit.traffic.type" />', +'label.edit.traffic.type': '<fmt:message key="label.edit.traffic.type" />', +'label.traffic.label': '<fmt:message key="label.traffic.label" />', 'label.start.IP': '<fmt:message key="label.start.IP" />', 'label.end.IP': '<fmt:message key="label.end.IP" />', 'label.remove.ip.range': '<fmt:message key="label.remove.ip.range" />',
