Update error output for systems to use the word "guest"

This commit is contained in:
Mitchell Hashimoto 2011-12-15 20:56:19 -08:00
parent 5fe50c8b5d
commit bfc8794d95
1 changed files with 5 additions and 5 deletions

View File

@ -45,15 +45,15 @@ en:
try again. try again.
guest: guest:
invalid_class: |- invalid_class: |-
The specified system does not inherit from `Vagrant::Systems::Base`. The The specified guest class does not inherit from `Vagrant::Systems::Base`.
specified system class must inherit from this class. The specified guest class must inherit from this class.
The specified system class was: %{system} The specified guest class was: %{guest}
unknown_type: |- 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. to a proper value.
unspecified: |- 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. configuration value. Please read the documentation online for more information.
home_dir_not_accessible: |- home_dir_not_accessible: |-
The home directory you specified is not accessible. The home The home directory you specified is not accessible. The home