From 8531571c7be653339d752f953a8725d94eec692c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 9 Jul 2023 13:03:12 +0200 Subject: [PATCH] Fix: typo --- assets/layers/map/map.json | 2 +- langs/layers/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/layers/map/map.json b/assets/layers/map/map.json index d27a1e9fb..8cc8cae98 100644 --- a/assets/layers/map/map.json +++ b/assets/layers/map/map.json @@ -86,7 +86,7 @@ { "if": "map_size=building", "then": { - "en": "A map of the romms within a building" + "en": "A map of the rooms within a building" } }, { diff --git a/langs/layers/en.json b/langs/layers/en.json index 6cf272437..65d02d257 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -5634,7 +5634,7 @@ "map_size": { "mappings": { "0": { - "then": "A map of the romms within a building" + "then": "A map of the rooms within a building" }, "1": { "then": "A map of special site, like of a historical castle, a park, a campus, a forest, ...." @@ -5643,7 +5643,7 @@ "then": "A map showing the village or town" }, "3": { - "then": " A map of a city." + "then": " A map of a city" }, "4": { "then": "The map of an entire region, showing multiple cities and villages" @@ -9516,4 +9516,4 @@ } } } -} \ No newline at end of file +}