Closed
Description
In Src/Install/EventHandlers.ps the menu option displayed in a message box to use to download the Code Snippets Database is incorrect.
The code, starting at line 188, is:
// Display message if no database is installed
if not MainDatabaseExists then
MsgBox(
'The is no copy of the online Code Snippets database installed.'#10#10
+ 'You can download the database at any time using the program''s '
+ '"Database | Update From Web" menu option.',
mbInformation,
MB_OK
);