From 5ae19f4782a6402a7e89cd67c26cf9ffb24975f4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 15 Dec 2011 21:08:12 -0800 Subject: [PATCH] Fix locale that referenced Vagrant::Systems::Base still --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 36885b17a..877dd30d2 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -45,7 +45,7 @@ en: try again. guest: 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 was: %{guest}