From 618a79dc4a98a03449274e54a48050b517fc3fb8 Mon Sep 17 00:00:00 2001 From: camileevzw <97641920+camileevzw@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:17:23 -0400 Subject: [PATCH] Update CollectionInterfaceDialog.cpp reword help restart wording --- src/Dialogs/CollectionInterfaceDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dialogs/CollectionInterfaceDialog.cpp b/src/Dialogs/CollectionInterfaceDialog.cpp index 96dfd0b..96d54ba 100644 --- a/src/Dialogs/CollectionInterfaceDialog.cpp +++ b/src/Dialogs/CollectionInterfaceDialog.cpp @@ -437,7 +437,7 @@ INT_PTR CALLBACK cidlHelpDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM wsHelpText += L"Themes are independent of the UDL and associated files, so you just select the theme you want to download.\r\n\r\n"; wsHelpText += L"Click DOWNLOAD to start the download of the selected file (and optionally, any associated files that were chosen).\r\n\r\n"; wsHelpText += L"If you do not have permission to write in the necessary directory for a given file, a MessageBox will inform you of this, and if you do not CANCEL that file, Windows will ask for elevated UAC permission. (It will ask once per file that needs the extra permission.)\r\n\r\n"; - wsHelpText += L"You will need to restart Notepad++ to be able to see the new file(s) be available to Notepad++. If you downloaded at least one file, the CollectionInterface Download will ask if you want it to restart Notepad++ for you."; + wsHelpText += L"You will need to restart Notepad++ for the new file(s) to be available for use in Notepad++. If you downloaded at least one file, the CollectionInterface Download will ask if you want it to restart Notepad++ for you."; } switch (uMsg) {