@@ -310,7 +310,7 @@ inherited MainForm: TMainForm
310310 Caption = ' Save Annotated Source...'
311311 Hint =
312312 ' Save annotated source code|Save the annotated source code of the' +
313- ' selected snippet or category to a file'
313+ ' selected routine or category to a file'
314314 ImageIndex = 18
315315 ShortCut = 24654
316316 OnExecute = actSaveSnippetExecute
@@ -341,8 +341,8 @@ inherited MainForm: TMainForm
341341 Category = ' File'
342342 Caption = ' Save Unit...'
343343 Hint =
344- ' Save unit|Generate and save a Pascal unit containing the snippet ' +
345- ' s in the current selection'
344+ ' Save unit|Generate and save a Pascal unit containing valid snipp ' +
345+ ' ets in the current selection'
346346 ImageIndex = 14
347347 ShortCut = 16469
348348 OnExecute = actSaveUnitExecute
@@ -437,7 +437,7 @@ inherited MainForm: TMainForm
437437 Caption = ' Copy Annotated Source'
438438 Hint =
439439 ' Copy annotated source code|Copy the annotated source code of the' +
440- ' selected snippet or category to the clipboard'
440+ ' selected routine or category to the clipboard'
441441 ShortCut = 16462
442442 OnExecute = actCopySnippetExecute
443443 OnUpdate = actCopySnippetUpdate
@@ -482,7 +482,7 @@ inherited MainForm: TMainForm
482482 object actHelpQuickStart: TAction
483483 Category = ' Help'
484484 Caption = ' QuickStart Guide'
485- Hint = ' QuickStart guide|Display the QuickStart help page '
485+ Hint = ' QuickStart guide|Display the QuickStart help topic '
486486 OnExecute = actHelpQuickStartExecute
487487 end
488488 object actCompilers: TAction
@@ -518,7 +518,7 @@ inherited MainForm: TMainForm
518518 object actLicense: TAction
519519 Category = ' Help'
520520 Caption = ' License'
521- Hint = ' View license|View the end user license agreement'
521+ Hint = ' View license|View a summary of the end user license agreement'
522522 ImageIndex = 35
523523 OnExecute = actLicenseExecute
524524 end
@@ -682,7 +682,7 @@ inherited MainForm: TMainForm
682682 Caption = ' Dependencies...'
683683 Hint =
684684 ' View dependencies|Display the names of snippets that depend on, ' +
685- ' or are required, by the selected snippet'
685+ ' or are required by, the selected snippet'
686686 ImageIndex = 31
687687 ShortCut = 16452
688688 OnExecute = actViewDependenciesExecute
@@ -781,7 +781,7 @@ inherited MainForm: TMainForm
781781 Caption = ' FAQs'
782782 Hint =
783783 ' FAQs|Display CodeSnip' #39 ' s online Frequently Asked Questions in the' +
784- ' default browser'
784+ ' default web browser'
785785 ImageIndex = 6
786786 end
787787 object actDuplicateSnippet: TAction
@@ -799,8 +799,8 @@ inherited MainForm: TMainForm
799799 Category = ' File'
800800 Caption = ' Save Selection...'
801801 Hint =
802- ' Save current selection|Save information about the current snippe ' +
803- ' t selection to a file'
802+ ' Save current selection|Save information about the currently sele ' +
803+ ' cted snippets to a file'
804804 ShortCut = 41043
805805 OnExecute = actSaveSelectionExecute
806806 OnUpdate = actSaveSelectionUpdate
@@ -820,7 +820,7 @@ inherited MainForm: TMainForm
820820 Caption = ' Close All Other Tabs'
821821 Hint =
822822 ' Close all other tabs|Close all tabs in the Details pane except f' +
823- ' or the current tab '
823+ ' or the current one '
824824 ShortCut = 24691
825825 OnExecute = actCloseUnselectedDetailsTabsExecute
826826 OnUpdate = actCloseDetailsTabsUpdate
@@ -861,7 +861,7 @@ inherited MainForm: TMainForm
861861 Caption = ' Import Snippets From SWAG...'
862862 Hint =
863863 ' Import snippets from SWAG|Import one or more snippets into the u' +
864- ' ser database from the online SWAG database'
864+ ' ser database from the SWAG database'
865865 OnExecute = actSWAGImportExecute
866866 end
867867 object actBlog: TBrowseURL
0 commit comments