From 9ce053520fe109ba15dd0a5048ed843691b95ea3 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 13 Dec 2019 10:39:42 -0500 Subject: [PATCH] Update shortcut documentation for possibility of zooming multiple selected features --- data/core.yaml | 4 ++-- dist/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 22a88f5e7..8b45e97b9 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1966,9 +1966,9 @@ en: lasso: "Draw a selection lasso around features" search: "Find features matching search text" with_selected: - title: "With feature selected" + title: "With features selected" edit_menu: "Toggle edit menu" - zoom_to: "Zoom to selected feature" + zoom_to: "Zoom to selected features" vertex_selected: title: "With node selected" previous: "Jump to previous node" diff --git a/dist/locales/en.json b/dist/locales/en.json index 47e6715b8..b719aa80c 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2420,9 +2420,9 @@ "search": "Find features matching search text" }, "with_selected": { - "title": "With feature selected", + "title": "With features selected", "edit_menu": "Toggle edit menu", - "zoom_to": "Zoom to selected feature" + "zoom_to": "Zoom to selected features" }, "vertex_selected": { "title": "With node selected",