From 8d51c7e3001ec90c0d644c8f25319ae8e249a2ad Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 27 Feb 2013 19:07:17 -0800 Subject: [PATCH] Make guest addition mismatch warning a bit more user friendly --- 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 c1416b1ed..8f3895ffa 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -589,11 +589,11 @@ en: This is not an error message; everything may continue to work properly, in which case you may ignore this message. version_mismatch: |- - The guest additions on this VM do not match the install version of - VirtualBox! This may cause things such as forwarded ports, shared - folders, and more to not work properly. If any of those things fail on - this machine, please update the guest additions and repackage the - box. + The guest additions on this VM do not match the installed version of + VirtualBox! In most cases this is fine, but in rare cases it can + cause things such as shared folders to not work properly. If you see + shared folder errors, please update the guest additions within the + virtual machine and reload your VM. Guest Additions Version: %{guest_version} VirtualBox Version: %{virtualbox_version}