Skip to content

Commit 173ee8a

Browse files
author
delphidabbler
committed
Edit and correct dialogue boxes relating to categories
1 parent 8ae1dd3 commit 173ee8a

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

Src/Help/HTML/dlg_addcategory.htm

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ <h1>
3838
accessed from the <em>Categories | New Category</em> menu option.
3939
</p>
4040
<p>
41-
Enter a description of the category in the edit box and click OK to add it
42-
to the database. The description you provided will be used to identify the
43-
category in program, so keep it brief.
41+
Enter a description of the category in the edit box and click <em>OK</em>
42+
to add it to the database. The description you provided will be used to
43+
identify the category in the user interface, so keep it brief.
4444
</p>
4545
<p>
46-
Leading and trailing spaces are ignored. If you enter an existing
46+
Leading and trailing spaces are ignored. If you enter a pre-existing
4747
description a warning to that effect is displayed below the edit box. The
48-
<em>OK</em> button will be disabled if you haven't entered any text or if
49-
the entry is not valid.
48+
<em>OK</em> button will be disabled if you haven't entered any text, if
49+
the entry is not valid or if it is a duplicate.
5050
</p>
5151
<p>
52-
Note that the new category may not appear in the
53-
<a href="overview_pane.htm">overview pane</a> because it is empty. It will
54-
however be available to use when editing snippets.
52+
Depending on your settings, the new category may not appear in the
53+
<a href="overview_pane.htm">overview pane</a>, because the category is
54+
empty. It will however be available to use when editing snippets.
5555
</p>
5656
</body>
5757
</html>

Src/Help/HTML/dlg_deletecategory.htm

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,18 @@ <h1>
3939
</p>
4040
<p>
4141
Select the category to be deleted from the list box. If the selected
42-
category is non-empty, i.e. it contains snippets then it can't be deleted
43-
and a message wil be displayed to that effect. Once a suitable category is
44-
selected simply click the <em>Delete</em> button to delete it.
42+
category is non-empty, i.e. it contains snippets, then it can't be deleted
43+
and a message will be displayed to that effect. Once a suitable category
44+
is selected simply click the <em>Delete</em> button to delete it.
4545
</p>
4646
<p>
4747
The <em>Delete</em> button will be disabled if you haven't selected a
48-
category from the list box or if the category can't be deleted.
48+
category from the list box or if the selected category can't be deleted.
4949
</p>
5050
<p>
5151
You may have noticed that some user defined categories do not appear in
52-
the list of categories to be deleted. This is because some categories are
53-
required by <em>CodeSnip</em> and cannot be deleted, although they can be
54-
renamed.
52+
the list. This is because those categories are reserved for use by
53+
<em>CodeSnip</em> and cannot be deleted, although they can be renamed.
5554
</p>
5655
</body>
5756
</html>

0 commit comments

Comments
 (0)