From 81d169e90c107c8c016f547259d5e327a00af367 Mon Sep 17 00:00:00 2001 From: Lipis Date: Sun, 26 Jan 2020 22:00:00 +0200 Subject: [PATCH] Add tool tip for shape lock (#551) * Add tool tip for shape lock * tweak label & fix master rebase Co-authored-by: David Luzar --- public/locales/en/translation.json | 3 ++- src/index.tsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 1515eac4..0eb33bba 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -65,6 +65,7 @@ "ellipse": "Ellipse", "arrow": "Arrow", "line": "Line", - "text": "Text" + "text": "Text", + "lock": "Keep selected tool active after drawing" } } diff --git a/src/index.tsx b/src/index.tsx index ecf9ceea..91f8ba9f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -630,6 +630,7 @@ export class App extends React.Component { : this.state.elementType, }); }} + title={t("toolBar.lock")} />