Merge pull request #1071 from bcwaldon/confirm-opt-default

Convey default destroy confirmation choice as 'N'
This commit is contained in:
Mitchell Hashimoto 2012-09-09 20:34:50 -07:00
commit 1cbdbf4b0c
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,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.