Merge pull request #1071 from bcwaldon/confirm-opt-default
Convey default destroy confirmation choice as 'N'
This commit is contained in:
commit
1cbdbf4b0c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue