From 18a7b48b89fa2814b9011c2977fe8543d793c182 Mon Sep 17 00:00:00 2001 From: Brian J Brennan Date: Fri, 5 Aug 2011 15:21:42 -0400 Subject: [PATCH] Change message for virualbox_not_detected to accurately indicate which version of VirtualBox is required. [closes GH-458] --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 6ec6432c1..d26c6f434 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -127,7 +127,7 @@ 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 4.0.x. Please install the proper version to continue. + 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.