Skip to content

Commit 8e24e8a

Browse files
author
delphidabbler
committed
Edit and correct the Duplicate Snippet dialogue box help topic
1 parent 9803bc6 commit 8e24e8a

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

Src/Help/HTML/dlg_duplicatesnippet.htm

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ <h1>
3434
name="dlg_duplicatesnippet"></a>Duplicate Snippet Dialogue Box
3535
</h1>
3636
<p>
37-
This dialogue box is used to duplicate the currently selected snippet,
38-
creating a new user defined snippet. The dialogue box is accessed from the
39-
<em>Snippet | Duplicate Snippet</em> menu option.
37+
This dialogue box is used to create a new, user-defined, snippet that is
38+
a duplicate the currently selected snippet. The dialogue box is accessed
39+
from the <em>Snippet | Duplicate Snippet</em> menu option.
4040
</p>
4141
<p>
4242
Enter a unique name for the duplicated snippet in the <em>Unique name for
4343
duplicated snippet</em> edit control. A suitable name will be suggested.
4444
When duplicating a snippet from the main database it may be possible to
4545
use the same name, providing a snippet of that name does not already
4646
exist in the user database. If this is the case the suggested name will be
47-
the same as the original snippet.
47+
the same as that of the original snippet.
4848
</p>
4949
<p>
5050
The display name of the duplicated snippet can be edited or entered in the
@@ -55,25 +55,23 @@ <h1>
5555
edit box as the display name.
5656
</p>
5757
<p>
58-
The new snippet's category can be changed using the <em>Choose categegory
59-
for duplicate snippet</em> drop-down list. The category of the original
60-
snippet will already be selected, making it easy to create the new snippet
61-
in the same category.
58+
The new snippet's category can be changed using the <em>Category</em>
59+
drop-down list. The category of the original snippet will already be
60+
selected, making it easy to create the new snippet in the same category.
6261
</p>
6362
<p>
64-
Click <em>OK</em> to go ahead and create the new snippet. If the snippet
65-
name is invalid or is not unique an error message will be displayed.
63+
Click <em>OK</em> to create the new snippet. If the snippet name is
64+
invalid or is not unique then an error message will be displayed.
6665
</p>
6766
<p>
68-
The newly duplicated snippet can be edited in the <a
67+
The newly duplicated snippet can be opened for editing in the <a
6968
href="dlg_editsnippet.htm"
7069
>Snippets Editor</a> immediately after clicking the <em>OK</em> button. To
7170
do this tick the <em>Edit in Snippets Editor </em> check box. If you don't
7271
want to display the <em>Snippets Editor</em> leave the check box clear.
73-
<strong>Note:</strong> The duplicated snippet is added to the database
74-
when this dialogue box closes, before the <em>Snippets Editor</em> is
75-
displayed. Therefore cancelling the <em>Snippets Editor</em> will not
76-
remove the duplicated snippet from the database.
72+
Note that when automatically opening the <em>Snippets Editor</em> the
73+
duplicated snippet is added to the database <em>before</em> the
74+
<em>Snippets Editor</em> is displayed.
7775
</p>
7876
</body>
7977
</html>

0 commit comments

Comments
 (0)