Change message for virualbox_not_detected to accurately indicate which version of VirtualBox is required. [closes GH-458]

This commit is contained in:
Brian J Brennan 2011-08-05 15:21:42 -04:00 committed by Mitchell Hashimoto
parent 7df5cf6c9d
commit 18a7b48b89
1 changed files with 1 additions and 1 deletions

View File

@ -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.