From 4929fadb043225696644b1002873711a6aa4f350 Mon Sep 17 00:00:00 2001 From: computezrmle <57127745+computezrmle@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:01:21 +0100 Subject: [PATCH] Change error message A volunteer recently complained it's bad English because it's past tense instead of present tense. --- samples/vboxwrapper/vbox_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vboxwrapper/vbox_common.cpp b/samples/vboxwrapper/vbox_common.cpp index c743b1f1e1..f8da6411ea 100644 --- a/samples/vboxwrapper/vbox_common.cpp +++ b/samples/vboxwrapper/vbox_common.cpp @@ -398,7 +398,7 @@ string VBOX_BASE::get_error(int num){ " NOTE: VM failed to enter an online state within the timeout period.\n \ This might be a temporary problem and so this job will be rescheduled for another time.\n", - "VM environment needed to be cleaned up.", + "VM environment needs to be cleaned up.", "Foreign VM Hypervisor locked hardware acceleration features.",