From 1348ed7c4f4225bcc8cf6795fd47c2943a05fa95 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 29 Sep 2020 14:33:07 -0400 Subject: [PATCH] Add missing split description (re: #7990) --- data/core.yaml | 1 + dist/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/data/core.yaml b/data/core.yaml index 3b1696b0d..2b090370b 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -458,6 +458,7 @@ en: multiple_node: Divide the edges of these areas at these points. feature: multiple: + single_node: Divide these features at this point. multiple_node: Divide these features at these points. key: X annotation: diff --git a/dist/locales/en.json b/dist/locales/en.json index fbf805573..329fc1b90 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -612,6 +612,7 @@ }, "feature": { "multiple": { + "single_node": "Divide these features at this point.", "multiple_node": "Divide these features at these points." } }