From f62307e5c1c4c4d57d37164c2b56855a30f59806 Mon Sep 17 00:00:00 2001 From: Runecroon Date: Sun, 19 Sep 2021 21:03:27 +0800 Subject: [PATCH] Fix minor typo (#1) - Change word On to lowercase --- Content/ExampleMod/Localization/En.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content/ExampleMod/Localization/En.json b/Content/ExampleMod/Localization/En.json index 52141a4..69f3d79 100644 --- a/Content/ExampleMod/Localization/En.json +++ b/Content/ExampleMod/Localization/En.json @@ -12,6 +12,6 @@ "ExampleMod.GrassSitting": "Comfy Green Ground" }, "Actions": { - "ExampleMod.SitOnGrass": "Sit in Grass" + "ExampleMod.SitOnGrass": "Sit on Grass" } -} \ No newline at end of file +}