From f2272fdba823c56ff5be7a40f45a91afc96ba269 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 4 Feb 2012 13:59:16 +0100 Subject: [PATCH] Fix missing interpolation argument. [GH-708] --- templates/locales/en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index ba8d93e7f..9440a50aa 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -383,7 +383,8 @@ en: forwarding_entry: |- -- %{guest_port} => %{host_port} (adapter %{adapter}) non_nat: |- - VirtualBox adapter #%{adapter} not configured as "NAT". Skipping: '%{name}'. + VirtualBox adapter #%{adapter} not configured as "NAT". Skipping port + forwards on this adapter. privileged_ports: |- You are trying to forward to privileged ports (ports <= 1024). Most operating systems restrict this to only privileged process (typically