diff --git a/CHANGELOG.md b/CHANGELOG.md index d360be7fd..b4ed381a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.7.1 (unreleased) - + - Change error output with references to VirtualBox 3.2 to 4.0. ## 0.7.0 (January 19, 2011) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 5af6c769e..059014ce9 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -133,10 +133,10 @@ en: virtualbox_not_detected: |- Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed. If VirtualBox is installed, it may be an incorrect version. Vagrant currently - requires VirtualBox 3.2.x. Please install the proper version to continue. + requires VirtualBox 4.0.x. Please install the proper version to continue. virtualbox_not_detected_win64: |- Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed - with version 3.2.0 or higher. + with version 4.0.0 or higher. Additionally, it appears you're on 64-bit Windows. If this is the case, and VirtualBox is properly installed with the correct version, then please make