From d1b55e934ca4ead45be110b5af85a13acda73f9c Mon Sep 17 00:00:00 2001 From: Hoang Xuan Phu Date: Thu, 7 Feb 2013 19:07:10 +0700 Subject: [PATCH] Reword the port collision resume message to address general programs instead of just VMs --- templates/locales/en.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 1a4867397..a9cab0a45 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -193,11 +193,11 @@ en: The plugin '%{name}' could not be found. Please install this plugin prior to attempting to do anything with it. port_collision_resume: |- - This VM cannot be resumed, because the forwarded ports would collide with - another running virtual machine. Normally, Vagrant will attempt to fix this - for you but VirtualBox only allows forwarded ports to change if the VM is - powered off. Therefore, please reload your VM or halt the other running - VMs to continue. + This VM cannot be resumed, because the forwarded ports would collide + with a running program (it could be another virtual machine). Normally, + Vagrant will attempt to fix this for you but VirtualBox only allows + forwarded ports to change if the VM is powered off. Therefore, please + reload your VM or stop the other program to continue. provider_not_found: |- The provider '%{provider}' could not be found, but was requested to back the machine '%{machine}'. Please use a provider that exists.