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:
|
box:
|
||||||
no_installed_boxes: "There are no installed boxes! Use `vagrant box add` to add some."
|
no_installed_boxes: "There are no installed boxes! Use `vagrant box add` to add some."
|
||||||
destroy:
|
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: |-
|
will_not_destroy: |-
|
||||||
The VM '%{name}' will not be destroyed, since the confirmation
|
The VM '%{name}' will not be destroyed, since the confirmation
|
||||||
was declined.
|
was declined.
|
||||||
|
|
Loading…
Reference in New Issue