From 88aa1063278e2c12cc9662f14e75e3c3e3679b06 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 24 Oct 2014 15:46:16 -0400 Subject: [PATCH] Fix up i18n missing translation --- templates/locales/en.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index fa3c76414..37ed84f07 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -957,19 +957,18 @@ en: The push strategy '%{name}' is not defined in the Vagrantfile. Defined strategy names are: - %{pushes} - - push_strategy_not_defined: |- + %{pushes} + push_strategy_not_loaded: |- There are no push strategies named '%{name}'. Please make sure you spelled it correctly. If you are using an external push strategy, you may need to install a plugin. Loaded push strategies are: - %{pushes} + %{pushes} push_strategy_not_provided: |- The Vagrantfile defines more than one 'push' strategy. Please specify a strategy. Defined strategy names are: - %{pushes} + %{pushes} package_include_symlink: |- A file or directory you're attempting to include with your packaged box has symlinks in it. Vagrant cannot include symlinks in the