Repository: cloudstack Updated Branches: refs/heads/4.5 48c1ffd74 -> 208a5655b
Closed typo issue (from Transifex by Atalanttore) No blank space between "Duration" and "(in sec)" Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/208a5655 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/208a5655 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/208a5655 Branch: refs/heads/4.5 Commit: 208a5655be9b43c44ba030c189013b657ecebb7f Parents: 48c1ffd Author: Milamber <[email protected]> Authored: Sun Apr 19 08:53:45 2015 +0100 Committer: Milamber <[email protected]> Committed: Sun Apr 19 09:00:12 2015 +0100 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/208a5655/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 6ee6595..bb89ef9 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1598,7 +1598,7 @@ label.gslb=GSLB label.portable.ip=Portable IP label.internallbvm=InternalLbVm label.agent.state=Agent State -label.duration.in.sec=Duration(in sec) +label.duration.in.sec=Duration (in sec) managed.state=Managed State message.acquire.new.ip.vpc=Please confirm that you would like to acquire a new IP for this VPC. message.acquire.new.ip=Please confirm that you would like to acquire a new IP for this network.
