From 825fd03adb1bb2b0f3d6a4c830ae48d2defc4619 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 12 Dec 2023 19:16:26 +0100 Subject: [PATCH] Docs: update description of units.json --- assets/layers/unit/unit.json | 2 +- langs/layers/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/layers/unit/unit.json b/assets/layers/unit/unit.json index 72f33d4c3..df67d4d42 100644 --- a/assets/layers/unit/unit.json +++ b/assets/layers/unit/unit.json @@ -1,7 +1,7 @@ { "id": "unit", "description": { - "en": "Library layer with all (common) units. Units can _only_ be imported from this file" + "en": "Library layer with all common units" }, "source": "special:library", "units": [ diff --git a/langs/layers/en.json b/langs/layers/en.json index 78fbc4bae..f999ac63d 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -9557,7 +9557,7 @@ } }, "unit": { - "description": "Library layer with all common units", + "description": "Library layer with all common units. Units can _only_ be imported from this file.", "units": { "0": { "applicableUnits": { @@ -10346,4 +10346,4 @@ "render": "wind turbine" } } -} \ No newline at end of file +}