Skip to content

Commit 0a8ef62

Browse files
committed
Update sdebar content.
1 parent 632f39b commit 0a8ef62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/src/docs/reference_content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ o.label = "Reference";
2727
o.id = "reference";
2828
o.search = true,
2929
o.desc = `Information on all of the tokens available to create regular expressions.
30-
<p>Click a selected item again to insert it into your Expression.</p>
30+
<p>Double-click an item in the list to insert it into your Expression.</p>
3131
<p>Click the arrow beside an example to load it.</p>`;
3232

3333
o.kids = [

dev/src/docs/sidebar_content.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ home.kids = [
9292
{
9393
label:"Menu",
9494
desc:"The <b>Menu</b> (this panel) includes <b>Help</b>, a full regular expression <b>Reference</b>, a <b>Cheatsheet</b>, and <b>Save &amp; Share</b> features."+
95-
"<p>Tap a selected item in the <b>Reference</b> to insert it into your <b>Expression</b>. Click the arrow beside an example to load it.</p>"+
95+
"<p>Double-click a selected item in the <b>Reference</b> to insert it into your <b>Expression</b>. Click the arrow beside an example to load it.</p>"+
9696
"<p>The library also includes searchable <b>Community</b> submissions, and patterns you've created or favorited in <b>My Patterns</b>.</p>"
9797
}
9898
]
@@ -156,7 +156,7 @@ home.kids = [
156156
label: "Community",
157157
id: "community",
158158
desc: "Welcome to the Community, a searchable database of patterns submitted by users like you."+
159-
"<p>After selecting a pattern, load the full pattern by clicking its URL, or use the right arrow icon to load just the pattern or text.</p>"+
159+
"<p>After selecting a pattern, click its URL or double-click it in the list to load the full pattern. Or use the right arrow icon to load just the expression or text.</p>"+
160160
"<p>Help make the Community better by rating patterns, and submitting your own via <b>Search & Share</b> in the menu.</p>",
161161
search: true,
162162
kids: []
@@ -166,7 +166,7 @@ home.kids = [
166166
label: "My Patterns",
167167
id:"favorites",
168168
desc: "The list above will display any patterns that you create or favorite."+
169-
"<p>To edit a pattern you created, click its URL to load it, then open Save / Share to edit and save.</p>",
169+
"<p>To edit a pattern you created, click its URL or double-click it in the list to load it, then open Save / Share to edit and save.</p>",
170170
search: true,
171171
kids: []
172172
},

0 commit comments

Comments
 (0)