mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Merge pull request #1071 from bcwaldon/confirm-opt-default
Convey default destroy confirmation choice as 'N'
This commit is contained in:
commit
1cbdbf4b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue