Nitpick on messaging
This commit is contained in:
parent
f8f38460c6
commit
dbbde8d63d
|
@ -1168,7 +1168,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."
|
||||||
removing: |-
|
removing: |-
|
||||||
Removing box '%{name}' with provider '%{provider}' in version '%{version}'...
|
Removing box '%{name}' (v%{version}) with provider '%{provider}'...
|
||||||
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: |-
|
||||||
|
|
Loading…
Reference in New Issue