Repository: cloudstack Updated Branches: refs/heads/4.4 dd3076987 -> 735b91083
Remove bad backslash near "label.nicira.nvp.details" key. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/735b9108 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/735b9108 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/735b9108 Branch: refs/heads/4.4 Commit: 735b9108323c147501e87079ec88543620af6bad Parents: dd30769 Author: Milamber <[email protected]> Authored: Sat May 3 23:39:36 2014 +0100 Committer: Milamber <[email protected]> Committed: Sat May 3 23:39:36 2014 +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/735b9108/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 94b5d7c..eff2c3e 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1413,7 +1413,7 @@ label.addes.new.f5=Added new F5 label.f5.details=F5 details label.srx.details=SRX details label.palo.alto.details=Palo Alto details -label.added.nicira.nvp.controller=Added new Nicira NVP Controller\ +label.added.nicira.nvp.controller=Added new Nicira NVP Controller label.nicira.nvp.details=Nicira NVP details label.added.new.bigswitch.vns.controller=Added new BigSwitch VNS Controller label.bigswitch.vns.details=BigSwitch VNS details
