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")} />