@@ -166,21 +166,8 @@ inherited MainForm: TMainForm
166166 ImageIndex = 12
167167 Style = tbsSeparator
168168 end
169- object tbUpdateDbase: TToolButton
170- Left = 423
171- Top = 0
172- Action = actUpdateDbase
173- end
174- object tbSpacer4: TToolButton
175- Left = 446
176- Top = 0
177- Width = 8
178- Caption = ' tbSpacer4'
179- ImageIndex = 12
180- Style = tbsSeparator
181- end
182169 object tbHelpContents: TToolButton
183- Left = 454
170+ Left = 423
184171 Top = 0
185172 Action = actHelpContents
186173 end
@@ -323,7 +310,7 @@ inherited MainForm: TMainForm
323310 Caption = ' Save Annotated Source...'
324311 Hint =
325312 ' Save annotated source code|Save the annotated source code of the' +
326- ' selected snippet or category to a file'
313+ ' selected routine or category to a file'
327314 ImageIndex = 18
328315 ShortCut = 24654
329316 OnExecute = actSaveSnippetExecute
@@ -354,8 +341,8 @@ inherited MainForm: TMainForm
354341 Category = ' File'
355342 Caption = ' Save Unit...'
356343 Hint =
357- ' Save unit|Generate and save a Pascal unit containing the snippet ' +
358- ' s in the current selection'
344+ ' Save unit|Generate and save a Pascal unit containing valid snipp ' +
345+ ' ets in the current selection'
359346 ImageIndex = 14
360347 ShortCut = 16469
361348 OnExecute = actSaveUnitExecute
@@ -450,7 +437,7 @@ inherited MainForm: TMainForm
450437 Caption = ' Copy Annotated Source'
451438 Hint =
452439 ' Copy annotated source code|Copy the annotated source code of the' +
453- ' selected snippet or category to the clipboard'
440+ ' selected routine or category to the clipboard'
454441 ShortCut = 16462
455442 OnExecute = actCopySnippetExecute
456443 OnUpdate = actCopySnippetUpdate
@@ -495,7 +482,7 @@ inherited MainForm: TMainForm
495482 object actHelpQuickStart: TAction
496483 Category = ' Help'
497484 Caption = ' QuickStart Guide'
498- Hint = ' QuickStart guide|Display the QuickStart help page '
485+ Hint = ' QuickStart guide|Display the QuickStart help topic '
499486 OnExecute = actHelpQuickStartExecute
500487 end
501488 object actCompilers: TAction
@@ -531,7 +518,7 @@ inherited MainForm: TMainForm
531518 object actLicense: TAction
532519 Category = ' Help'
533520 Caption = ' License'
534- Hint = ' View license|View the end user license agreement'
521+ Hint = ' View license|View a summary of the end user license agreement'
535522 ImageIndex = 35
536523 OnExecute = actLicenseExecute
537524 end
@@ -695,7 +682,7 @@ inherited MainForm: TMainForm
695682 Caption = ' Dependencies...'
696683 Hint =
697684 ' View dependencies|Display the names of snippets that depend on, ' +
698- ' or are required, by the selected snippet'
685+ ' or are required by, the selected snippet'
699686 ImageIndex = 31
700687 ShortCut = 16452
701688 OnExecute = actViewDependenciesExecute
@@ -794,12 +781,12 @@ inherited MainForm: TMainForm
794781 Caption = ' FAQs'
795782 Hint =
796783 ' FAQs|Display CodeSnip' #39 ' s online Frequently Asked Questions in the' +
797- ' default browser'
784+ ' default web browser'
798785 ImageIndex = 6
799786 end
800787 object actDuplicateSnippet: TAction
801788 Category = ' Snippets'
802- Caption = ' Duplicate Snippet'
789+ Caption = ' Duplicate Snippet... '
803790 Hint =
804791 ' Duplicate snippet|Duplicate the selected snippet and add it to t' +
805792 ' he user-defined database'
@@ -812,8 +799,8 @@ inherited MainForm: TMainForm
812799 Category = ' File'
813800 Caption = ' Save Selection...'
814801 Hint =
815- ' Save current selection|Save information about the current snippe ' +
816- ' t selection to a file'
802+ ' Save current selection|Save information about the currently sele ' +
803+ ' cted snippets to a file'
817804 ShortCut = 41043
818805 OnExecute = actSaveSelectionExecute
819806 OnUpdate = actSaveSelectionUpdate
@@ -833,7 +820,7 @@ inherited MainForm: TMainForm
833820 Caption = ' Close All Other Tabs'
834821 Hint =
835822 ' Close all other tabs|Close all tabs in the Details pane except f' +
836- ' or the current tab '
823+ ' or the current one '
837824 ShortCut = 24691
838825 OnExecute = actCloseUnselectedDetailsTabsExecute
839826 OnUpdate = actCloseDetailsTabsUpdate
@@ -874,7 +861,7 @@ inherited MainForm: TMainForm
874861 Caption = ' Import Snippets From SWAG...'
875862 Hint =
876863 ' Import snippets from SWAG|Import one or more snippets into the u' +
877- ' ser database from the online SWAG database'
864+ ' ser database from the SWAG database'
878865 OnExecute = actSWAGImportExecute
879866 end
880867 object actBlog: TBrowseURL
0 commit comments