Fix locale that referenced Vagrant::Systems::Base still

This commit is contained in:
Mitchell Hashimoto 2011-12-15 21:08:12 -08:00
parent 7157bd9cdb
commit 5ae19f4782
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ en:
try again. try again.
guest: guest:
invalid_class: |- invalid_class: |-
The specified guest class does not inherit from `Vagrant::Systems::Base`. The specified guest class does not inherit from `Vagrant::Guest::Base`.
The specified guest class must inherit from this class. The specified guest class must inherit from this class.
The specified guest class was: %{guest} The specified guest class was: %{guest}