From c6e6fae6c3333982e613ba417c432a4ac5953876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Wed, 20 May 2020 11:38:31 +0200 Subject: [PATCH] [ivette] fix AST tools description --- ivette/src/renderer/ASTview.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ivette/src/renderer/ASTview.tsx b/ivette/src/renderer/ASTview.tsx index 153a9e0f233..ca5da581005 100644 --- a/ivette/src/renderer/ASTview.tsx +++ b/ivette/src/renderer/ASTview.tsx @@ -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 -- GitLab