From 46feef4f244aaf382a3de8257b8773428d95d527 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 5 Jan 2012 15:09:41 -0800 Subject: [PATCH] Make the error message when the VM is not running more clear --- templates/locales/en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 5d8f19241..ab23e964b 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -170,7 +170,8 @@ en: vm_not_found: |- A VM by the name of %{name} was not found. vm_not_running: |- - VM must be running to open SSH connection. + VM must be running to open SSH connection. Run `vagrant up` + to start the virtual machine. #------------------------------------------------------------------------------- # Translations for config validation errors