Skip to content
Snippets Groups Projects
Commit c6e6fae6 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix AST tools description

parent aaa9daed
No related branches found
No related tags found
No related merge requests found
......@@ -115,24 +115,24 @@ const ASTview = () => {
icon="ZOOM.OUT"
onClick={zoomOut}
disabled={!theFunction}
title="Zoom In (increase font size)"
title="Decrease font size"
/>
<IconButton
icon="ZOOM.IN"
onClick={zoomIn}
disabled={!theFunction}
title="Zoom Out (decrease font size)"
title="Increase font size)"
/>
<IconButton
icon="PAINTBRUSH"
onClick={themePopup}
title="Choose Theme"
title="Choose theme"
/>
<IconButton
icon="WRAPTEXT"
selected={wrapText}
onClick={setWrapText}
title="Wrap Text"
title="Wrap text"
/>
</TitleBar>
<Text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment