Repository: cloudstack Updated Branches: refs/heads/4.4 d4a903fd6 -> 9d7a83239
Fixing an i18n issue related to label.cache.mode (cherry picked from commit 76930f6eab01d8659b71e5753111de52eca73b5b) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9d7a8323 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d7a8323 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9d7a8323 Branch: refs/heads/4.4 Commit: 9d7a832395a88facf4ec088d0a72a27d318aa613 Parents: d4a903f Author: Mike Tutkowski <[email protected]> Authored: Mon Jun 30 21:05:42 2014 -0600 Committer: Daan Hoogland <[email protected]> Committed: Tue Jul 1 14:03:29 2014 +0200 ---------------------------------------------------------------------- ui/dictionary.jsp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d7a8323/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 9cc030a..f4adcc2 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -537,6 +537,7 @@ dictionary = { 'label.disk.iops.read.rate': '<fmt:message key="label.disk.iops.read.rate" />', 'label.disk.read.bytes': '<fmt:message key="label.disk.read.bytes" />', 'label.disk.read.io': '<fmt:message key="label.disk.read.io" />', +'label.cache.mode': '<fmt:message key="label.cache.mode" />', 'label.disk.offering': '<fmt:message key="label.disk.offering" />', 'label.disk.size': '<fmt:message key="label.disk.size" />', 'label.disk.size.gb': '<fmt:message key="label.disk.size.gb" />',
