From bfc8794d957a70dfed835ea9e20d24abc161c2bd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 15 Dec 2011 20:56:19 -0800 Subject: [PATCH] Update error output for systems to use the word "guest" --- templates/locales/en.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 7ae2c68e6..f2ee5f0b7 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -45,15 +45,15 @@ en: try again. guest: invalid_class: |- - The specified system does not inherit from `Vagrant::Systems::Base`. The - specified system class must inherit from this class. + The specified guest class does not inherit from `Vagrant::Systems::Base`. + The specified guest class must inherit from this class. - The specified system class was: %{system} + The specified guest class was: %{guest} unknown_type: |- - The specified system type is unknown: %{system}. Please change this + The specified guest type is unknown: %{guest}. Please change this to a proper value. unspecified: |- - A VM system type must be specified! This is done via the `config.vm.system` + A VM guest type must be specified! This is done via the `config.vm.guest` configuration value. Please read the documentation online for more information. home_dir_not_accessible: |- The home directory you specified is not accessible. The home