From dcc36322f23ed824c89a129e0d6f552fc34c49d0 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 15 Aug 2012 14:01:09 -0400 Subject: [PATCH] Convey default destroy confirmation choice as 'N' The convention is to capitalize the default choice when presenting the user with a confirmation dialog. This alters the choices for 'vagrant destroy' confirmation from [Y/N] to [y/N]. --- 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 d5325b4cd..54bfce777 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -279,7 +279,7 @@ en: box: no_installed_boxes: "There are no installed boxes! Use `vagrant box add` to add some." destroy: - confirmation: "Are you sure you want to destroy the '%{name}' VM? [Y/N] " + confirmation: "Are you sure you want to destroy the '%{name}' VM? [y/N] " will_not_destroy: |- The VM '%{name}' will not be destroyed, since the confirmation was declined.