Skip to content

Commit 0c5372a

Browse files
committed
Update menu.dart
1 parent 6347e60 commit 0c5372a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/view/menu.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,8 @@ is less expressive than SVG and can render the text strangely.'''
13451345
..key = 'export-svg-5p-ends')(),
13461346
(MenuBoolean()
13471347
..value = props.state.ui_state.export_svg_3p_ends
1348-
..display = "export 3' end triangles"
1349-
..tooltip = "When unchecked, 3' end triangles will be excluded from exported SVGs."
1348+
..display = "export 3' end arrowhead"
1349+
..tooltip = "When unchecked, 3' end arrowhead will be excluded from exported SVGs."
13501350
..name = 'export-svg-3p-ends'
13511351
..on_change = (_) {
13521352
app.dispatch(actions.ExportSvg3pEndsSet(!props.state.ui_state.export_svg_3p_ends));

0 commit comments

Comments
 (0)