From 1cb9adfe33e0706cfd333c19cef0a87ecc1eaf40 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 29 Apr 2026 00:12:36 -0600 Subject: [PATCH] Fix the localization and make it clearer that you might not need to update macros --- langs/en-ca.json | 3 ++- templates/AttributeItemSheet/settings.hbs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index d8b04ce..bf97c0c 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -73,7 +73,8 @@ }, "attribute": { "key": { - "hint": "This is the computer-friendly identifier for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this WILL break any existing macros you have." + "label": "Identifier", + "hint": "This is the computer-friendly name for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this will most likely break any existing macros you have." }, "always-visible": "Always Visible", "minimum": "Minimum", diff --git a/templates/AttributeItemSheet/settings.hbs b/templates/AttributeItemSheet/settings.hbs index 4110cf1..e1f5644 100644 --- a/templates/AttributeItemSheet/settings.hbs +++ b/templates/AttributeItemSheet/settings.hbs @@ -1,7 +1,7 @@