From c42fe7ac6f13f73839dd2995168258d1217d3883 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 22 Dec 2011 12:49:45 -0800 Subject: [PATCH] Update the error message shown if VBoxManage is not found --- templates/locales/en.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 3d1d160b8..4b40b6c16 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -150,11 +150,9 @@ en: for any announcements of newer versions. 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 4.1.x. Please install the proper version to continue. - - 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. + Vagrant uses the `VBoxManage` binary that ships with VirtualBox, and requires + this to be available on the PATH. If VirtualBox is installed, please find the + `VBoxManage` binary and add it to the PATH environmental variable. virtualbox_not_detected_win64: |- Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed with version 4.0.0 or higher.