Skip to content

Commit 27b38e4

Browse files
author
delphidabbler
committed
Edit and correct help topics for both versions of the Dependencies dialogue
1 parent 757fdea commit 27b38e4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Src/Help/HTML/dlg_dependencies.htm

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ <h1>
2828
</h1>
2929
<p>
3030
This dialogue box is displayed by choosing the <em>View |
31-
Dependencies</em> main menu item. It has two tabs: <em>Depends Upon</em>
32-
and <em>Required By</em>.
31+
Dependencies</em> menu item or by pressing
32+
<span class="smallcaps">Ctrl+D</span>. It has two tabs:
33+
<em>Depends Upon</em> and <em>Required By</em>.
3334
</p>
3435
<h2>
3536
<em>Depends Upon</em> Tab
3637
</h2>
3738
<p>
38-
If the selected snippet has dependenciess (i.e. snippets it requires in
39+
If the selected snippet has dependencies (i.e. snippets it depends upon in
3940
order to compile) a tree of snippets is displayed that shows the direct
4041
and indirect dependencies. When there are no dependencies a message is
4142
displayed to that effect.
@@ -51,7 +52,7 @@ <h2>
5152
</h2>
5253
<p>
5354
This tab displays a simple list of snippets that immediately depend on the
54-
selected snippet. Again, if there are no snippets to list a message is
55+
selected snippet. Again, if there are no snippets to list, a message is
5556
displayed to that effect.
5657
</p>
5758
</body>

Src/Help/HTML/dlg_dependencies_edit.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ <h1>
3333
<a href="dlg_editsnippet.htm">Snippets Editor</a>.
3434
</p>
3535
<p>
36-
If the snippet being edited has dependenciess selected in the
36+
If the snippet being edited has dependencies selected in the
3737
<em>Dependencies</em> list box then a tree of those snippets is displayed
38-
that shows both the direct and indirect dependencies. When there are no
38+
that shows both direct and indirect dependencies. When there are no
3939
dependencies a message is displayed to that effect.
4040
</p>
4141
<p>

0 commit comments

Comments
 (0)