Merge pull request #1358 from phunehehe/fix-collision-message
Reword the port collision resume message to address general programs
This commit is contained in:
commit
429246c4a2
|
@ -193,11 +193,11 @@ en:
|
||||||
The plugin '%{name}' could not be found. Please install this plugin
|
The plugin '%{name}' could not be found. Please install this plugin
|
||||||
prior to attempting to do anything with it.
|
prior to attempting to do anything with it.
|
||||||
port_collision_resume: |-
|
port_collision_resume: |-
|
||||||
This VM cannot be resumed, because the forwarded ports would collide with
|
This VM cannot be resumed, because the forwarded ports would collide
|
||||||
another running virtual machine. Normally, Vagrant will attempt to fix this
|
with a running program (it could be another virtual machine). Normally,
|
||||||
for you but VirtualBox only allows forwarded ports to change if the VM is
|
Vagrant will attempt to fix this for you but VirtualBox only allows
|
||||||
powered off. Therefore, please reload your VM or halt the other running
|
forwarded ports to change if the VM is powered off. Therefore, please
|
||||||
VMs to continue.
|
reload your VM or stop the other program to continue.
|
||||||
provider_not_found: |-
|
provider_not_found: |-
|
||||||
The provider '%{provider}' could not be found, but was requested to
|
The provider '%{provider}' could not be found, but was requested to
|
||||||
back the machine '%{machine}'. Please use a provider that exists.
|
back the machine '%{machine}'. Please use a provider that exists.
|
||||||
|
|
Loading…
Reference in New Issue