From 344b68e945678ec9ac33956963c2c87e6aafc21c Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 15 Nov 2021 03:57:33 +0200 Subject: [PATCH] Fixed typos in error message --- ep_setup/ep_setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ep_setup/ep_setup.c b/ep_setup/ep_setup.c index 4b1b9e4..e6f4ed6 100644 --- a/ep_setup/ep_setup.c +++ b/ep_setup/ep_setup.c @@ -504,12 +504,12 @@ int WINAPI wWinMain( NULL, L"An error has occurred while servicing this product.\n" L"This is most likely caused by one or more of the backup files from a previous update still being in use. " - L"Unlocking the files will most likely fix this issue.\n\n" + L"Unlocking the files should fix this issue.\n\n" L"Troubleshooting steps:\n" L"* Close and reopen the \"Properties\" dialog if it is currently open.\n" L"* Kill and restart all \"explorer.exe\" processes.\n" L"* If you have registered this application as a shell extension, then restarting the computer will probably fix this.\n" - L"* Lastly, reboot the computer and try this operation again.", + L"* Lastly, reboot the computer and try again.", _T(PRODUCT_NAME), MB_ICONERROR | MB_OK | MB_DEFBUTTON1 );