From 661ccef6e2639acfdcf719cf05a3ff3199d2f323 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Feb 2013 09:10:06 -0800 Subject: [PATCH] Clarify a plugin loading error that 1.0.x not supported --- templates/locales/en.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 4064da644..268c1c295 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -184,7 +184,9 @@ en: repositories. Please check the name of the plugin and try again. plugin_load_error: |- The plugin "%{plugin}" could not be found. Please make sure that it is - properly installed via `vagrant plugin`. + properly installed via `vagrant plugin`. Note that plugins made for + Vagrant 1.0.x are not compatible with 1.1+ and this error will likely + continue to show when you use `plugin install` with a 1.0.x plugin. plugin_load_failed: |- Failed to load the "%{plugin}" plugin. View logs for more details. plugin_not_found: |-