Clarify a plugin loading error that 1.0.x not supported
This commit is contained in:
parent
864f1b7506
commit
661ccef6e2
|
@ -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: |-
|
||||
|
|
Loading…
Reference in New Issue