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." } }