We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6347e60 commit 0c5372aCopy full SHA for 0c5372a
1 file changed
lib/src/view/menu.dart
@@ -1345,8 +1345,8 @@ is less expressive than SVG and can render the text strangely.'''
1345
..key = 'export-svg-5p-ends')(),
1346
(MenuBoolean()
1347
..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."
+ ..display = "export 3' end arrowhead"
+ ..tooltip = "When unchecked, 3' end arrowhead will be excluded from exported SVGs."
1350
..name = 'export-svg-3p-ends'
1351
..on_change = (_) {
1352
app.dispatch(actions.ExportSvg3pEndsSet(!props.state.ui_state.export_svg_3p_ends));
0 commit comments