Corrected the value of label.no.grouping in the resource files. An extra backspace at the end of the string caused incorrect text to be shown in the Select view dropdown on Virtual Routers page: "(no grouping)\label.create.nfs.secondary.staging.storage=Create NFS Secondary Staging Store" instead of "(no grouping)"
Signed-off-by: Mihaela Stoica <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/36558e46 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/36558e46 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/36558e46 Branch: refs/heads/distributedrouter Commit: 36558e461973e85aa6270fb15886f727f6fb6560 Parents: c63f43a Author: Mihaela Stoica <[email protected]> Authored: Tue Mar 11 14:44:36 2014 +0000 Committer: Brian Federle <[email protected]> Committed: Tue Mar 11 11:25:18 2014 -0700 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 2 +- client/WEB-INF/classes/resources/messages_ja_JP.properties | 2 +- client/WEB-INF/classes/resources/messages_zh_CN.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/36558e46/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index cb4d292..c46361a 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1441,7 +1441,7 @@ label.group.by.zone=group by zone label.group.by.pod=group by pod label.group.by.cluster=group by cluster label.group.by.account=group by account -label.no.grouping=(no grouping)\ +label.no.grouping=(no grouping) label.create.nfs.secondary.staging.storage=Create NFS Secondary Staging Store label.username.lower=username label.password.lower=password http://git-wip-us.apache.org/repos/asf/cloudstack/blob/36558e46/client/WEB-INF/classes/resources/messages_ja_JP.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages_ja_JP.properties b/client/WEB-INF/classes/resources/messages_ja_JP.properties index da4851a..d3d50f0 100644 --- a/client/WEB-INF/classes/resources/messages_ja_JP.properties +++ b/client/WEB-INF/classes/resources/messages_ja_JP.properties @@ -1440,7 +1440,7 @@ label.group.by.zone=\u30be\u30fc\u30f3\u5225\u30b0\u30eb\u30fc\u30d7 label.group.by.pod=\u30dd\u30c3\u30c9\u5225\u30b0\u30eb\u30fc\u30d7 label.group.by.cluster=\u30af\u30e9\u30b9\u30bf\u30fc\u5225\u30b0\u30eb\u30fc\u30d7 label.group.by.account=\u30a2\u30ab\u30a6\u30f3\u30c8\u5225\u30b0\u30eb\u30fc\u30d7 -label.no.grouping=(\u30b0\u30eb\u30fc\u30d7\u306a\u3057)\ +label.no.grouping=(\u30b0\u30eb\u30fc\u30d7\u306a\u3057) label.create.nfs.secondary.staging.storage=NFS \u30bb\u30ab\u30f3\u30c0\u30ea \u30b9\u30c6\u30fc\u30b8\u30f3\u30b0 \u30b9\u30c8\u30a2\u3092\u4f5c\u6210\u3059\u308b label.username.lower=\u30e6\u30fc\u30b6\u30fc\u540d label.password.lower=\u30d1\u30b9\u30ef\u30fc\u30c9 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/36558e46/client/WEB-INF/classes/resources/messages_zh_CN.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages_zh_CN.properties b/client/WEB-INF/classes/resources/messages_zh_CN.properties index bb3e50c..ea7bfd4 100644 --- a/client/WEB-INF/classes/resources/messages_zh_CN.properties +++ b/client/WEB-INF/classes/resources/messages_zh_CN.properties @@ -1440,7 +1440,7 @@ label.group.by.zone=\u6309\u8d44\u6e90\u57df\u5206\u7ec4 label.group.by.pod=\u6309\u63d0\u4f9b\u70b9\u5206\u7ec4 label.group.by.cluster=\u6309\u7fa4\u96c6\u5206\u7ec4 label.group.by.account=\u6309\u5e10\u6237\u5206\u7ec4 -label.no.grouping=(\u4e0d\u5206\u7ec4)\ +label.no.grouping=(\u4e0d\u5206\u7ec4) label.create.nfs.secondary.staging.storage=\u521b\u5efa NFS \u4e8c\u7ea7\u6682\u5b58\u5b58\u50a8 label.username.lower=\u7528\u6237\u540d label.password.lower=\u5bc6\u7801
