From 41ec622e268255bd0d95dbf68f47de7dbede3fff Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 28 Jan 2021 16:02:00 +0100 Subject: [PATCH] :bug: Adds shortcut in tooltip for paths --- frontend/resources/locales.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index cc7b817ac..ef9428dcf 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -4092,10 +4092,10 @@ "workspace.toolbar.path" : { "used-in" : [ "src/app/main/ui/workspace/left_toolbar.cljs:98" ], "translations" : { - "en" : "Path", - "fr" : "Chemin", - "ru" : "Линия", - "es" : "Ruta" + "en" : "Path (P)", + "fr" : "Chemin (P)", + "ru" : "Линия (P)", + "es" : "Ruta (P)" } }, "workspace.toolbar.rect" : {