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].
This commit is contained in:
Brian Waldon 2012-08-15 14:01:09 -04:00
parent de73b65635
commit dcc36322f2
1 changed files with 1 additions and 1 deletions

View File

@ -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.