From f68ea6cd961db533238789ae38d523469f2e8755 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 22 Dec 2023 22:59:39 -0700 Subject: [PATCH] I somehow swapped the values whoops --- langs/en-ca.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index ece0098..26102c4 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -5,8 +5,8 @@ "dotdungeon.settings.playersCanChangeGroup.description": "Setting this to true allows non-GM players to modify the group that the Actor belongs to. While this is disabled the GM will still be able to modify each player's group by editing the character sheet.", "dotdungeon.settings.resourcesOrSupplies.name": "Use Resources or Supplies", "dotdungeon.settings.resourcesOrSupplies.description": "Determines which term to use for the objects that allow travelling into the next hex tile. This is because of the", - "dotdungeon.settings.resourcesOrSupplies.option.supplies": "Resources", - "dotdungeon.settings.resourcesOrSupplies.option.resources": "Supplies", + "dotdungeon.settings.resourcesOrSupplies.option.supplies": "Supplies", + "dotdungeon.settings.resourcesOrSupplies.option.resources": "Resources", "dotdungeon.sheet.PlayerSheet": "PC/PUG Sheet",