Make guest addition mismatch warning a bit more user friendly
This commit is contained in:
parent
4254b35b7d
commit
8d51c7e300
|
@ -589,11 +589,11 @@ en:
|
||||||
This is not an error message; everything may continue to work properly,
|
This is not an error message; everything may continue to work properly,
|
||||||
in which case you may ignore this message.
|
in which case you may ignore this message.
|
||||||
version_mismatch: |-
|
version_mismatch: |-
|
||||||
The guest additions on this VM do not match the install version of
|
The guest additions on this VM do not match the installed version of
|
||||||
VirtualBox! This may cause things such as forwarded ports, shared
|
VirtualBox! In most cases this is fine, but in rare cases it can
|
||||||
folders, and more to not work properly. If any of those things fail on
|
cause things such as shared folders to not work properly. If you see
|
||||||
this machine, please update the guest additions and repackage the
|
shared folder errors, please update the guest additions within the
|
||||||
box.
|
virtual machine and reload your VM.
|
||||||
|
|
||||||
Guest Additions Version: %{guest_version}
|
Guest Additions Version: %{guest_version}
|
||||||
VirtualBox Version: %{virtualbox_version}
|
VirtualBox Version: %{virtualbox_version}
|
||||||
|
|
Loading…
Reference in New Issue