From ea2c87e4f4cdf10765ac4bdfae377f2137767a84 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Sep 2013 09:05:51 -0700 Subject: [PATCH] core: Fix bad translation [GH-2225] --- templates/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index dec8dc112..4cbfed6f7 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -164,7 +164,7 @@ en: boot_timeout: |- Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within - the configured ("config.ssh.timeout" value) time period. This can + the configured ("config.vm.boot_timeout" value) time period. This can mean a number of things. If you're using a custom box, make sure that networking is properly @@ -174,7 +174,7 @@ en: as well. If the box appears to be booting properly, you may want to increase - the timeout ("config.ssh.timeout") value. + the timeout ("config.vm.boot_timeout") value. box_config_changing_box: |- While loading the Vagrantfile, the provider override specified a new box. This box, in turn, specified a different box. This isn't