diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-22 18:44:01 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-22 18:44:01 -0400 |
| commit | 59ad91093d019cf31dd7b602b9ac2ffc3f9699b2 (patch) | |
| tree | 07c1dcd53c85df2f8f850497644ee0138df14ade /src/client/views/nodes/FormattedTextBox.tsx | |
| parent | da2be3c1d53584cb4b0ea2920a20fd524dcba89d (diff) | |
some more menu simplification. fix placement of link anchor in text collection
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index c8eb4c23c..2c89d53d8 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -422,7 +422,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp }, icon: "expand-arrows-alt" })); - ContextMenu.Instance.addItem({ description: "Text Funcs...", subitems: funcs, icon: "asterisk" }); + ContextMenu.Instance.addItem({ description: "Options...", subitems: funcs, icon: "asterisk" }); } recordDictation = () => { |
