Update the error message shown if VBoxManage is not found

This commit is contained in:
Mitchell Hashimoto 2011-12-22 12:49:45 -08:00
parent b7fce678e4
commit c42fe7ac6f
1 changed files with 3 additions and 5 deletions

View File

@ -150,11 +150,9 @@ en:
for any announcements of newer versions. for any announcements of newer versions.
virtualbox_not_detected: |- virtualbox_not_detected: |-
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed. Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
If VirtualBox is installed, it may be an incorrect version. Vagrant currently Vagrant uses the `VBoxManage` binary that ships with VirtualBox, and requires
requires VirtualBox 4.1.x. Please install the proper version to continue. this to be available on the PATH. If VirtualBox is installed, please find the
`VBoxManage` binary and add it to the PATH environmental variable.
If you have an older or newer version of VirtualBox, please make sure you're
using the proper version of Vagrant. Ask the mailing list if you have questions.
virtualbox_not_detected_win64: |- virtualbox_not_detected_win64: |-
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed
with version 4.0.0 or higher. with version 4.0.0 or higher.