@@ -310,7 +310,7 @@ inherited MainForm: TMainForm
310
310
Caption = ' Save Annotated Source...'
311
311
Hint =
312
312
' 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'
314
314
ImageIndex = 18
315
315
ShortCut = 24654
316
316
OnExecute = actSaveSnippetExecute
@@ -341,8 +341,8 @@ inherited MainForm: TMainForm
341
341
Category = ' File'
342
342
Caption = ' Save Unit...'
343
343
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'
346
346
ImageIndex = 14
347
347
ShortCut = 16469
348
348
OnExecute = actSaveUnitExecute
@@ -437,7 +437,7 @@ inherited MainForm: TMainForm
437
437
Caption = ' Copy Annotated Source'
438
438
Hint =
439
439
' 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'
441
441
ShortCut = 16462
442
442
OnExecute = actCopySnippetExecute
443
443
OnUpdate = actCopySnippetUpdate
@@ -482,7 +482,7 @@ inherited MainForm: TMainForm
482
482
object actHelpQuickStart: TAction
483
483
Category = ' Help'
484
484
Caption = ' QuickStart Guide'
485
- Hint = ' QuickStart guide|Display the QuickStart help page '
485
+ Hint = ' QuickStart guide|Display the QuickStart help topic '
486
486
OnExecute = actHelpQuickStartExecute
487
487
end
488
488
object actCompilers: TAction
@@ -518,7 +518,7 @@ inherited MainForm: TMainForm
518
518
object actLicense: TAction
519
519
Category = ' Help'
520
520
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'
522
522
ImageIndex = 35
523
523
OnExecute = actLicenseExecute
524
524
end
@@ -682,7 +682,7 @@ inherited MainForm: TMainForm
682
682
Caption = ' Dependencies...'
683
683
Hint =
684
684
' 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'
686
686
ImageIndex = 31
687
687
ShortCut = 16452
688
688
OnExecute = actViewDependenciesExecute
@@ -781,7 +781,7 @@ inherited MainForm: TMainForm
781
781
Caption = ' FAQs'
782
782
Hint =
783
783
' FAQs|Display CodeSnip' #39 ' s online Frequently Asked Questions in the' +
784
- ' default browser'
784
+ ' default web browser'
785
785
ImageIndex = 6
786
786
end
787
787
object actDuplicateSnippet: TAction
@@ -799,8 +799,8 @@ inherited MainForm: TMainForm
799
799
Category = ' File'
800
800
Caption = ' Save Selection...'
801
801
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'
804
804
ShortCut = 41043
805
805
OnExecute = actSaveSelectionExecute
806
806
OnUpdate = actSaveSelectionUpdate
@@ -820,7 +820,7 @@ inherited MainForm: TMainForm
820
820
Caption = ' Close All Other Tabs'
821
821
Hint =
822
822
' Close all other tabs|Close all tabs in the Details pane except f' +
823
- ' or the current tab '
823
+ ' or the current one '
824
824
ShortCut = 24691
825
825
OnExecute = actCloseUnselectedDetailsTabsExecute
826
826
OnUpdate = actCloseDetailsTabsUpdate
@@ -861,7 +861,7 @@ inherited MainForm: TMainForm
861
861
Caption = ' Import Snippets From SWAG...'
862
862
Hint =
863
863
' 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'
865
865
OnExecute = actSWAGImportExecute
866
866
end
867
867
object actBlog: TBrowseURL
0 commit comments