/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2006-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Declares various hint strings used by JavaScript in detail panes.
*/
/*
* Hint text
*/
var vAboutCompChecksHint = "Display the About Compiler Checks help topic";
var vOnlineDatabaseHint = "View the online database at www.delphidabbler.com";
var vUpdateDatabaseHint = "Update the database from the internet";
var vDownloadDatabaseHint = "Download the database from the internet";
var vQuickStartHint = "Display the QuickStart help topic";
var vConfigCompilersHint = "Display the Configure Compilers dialogue box";
var vTaskAddSnippetsHint = "View more information about the user database";
var vDonateHint = "Make a donation";
var vFreeformHelpHint = "Display help about freeform snippets";
var vRoutineHelpHint = "Display help about routine snippets";
var vTypeDefHelpHint = "Display help about type definition snippets";
var vConstantHelpHint = "Display help about constant snippets";
var vSnippetKindHelpHint = "Display help about snippet kinds";