Minor fixes

This commit is contained in:
WBHarry 2026-03-07 15:05:17 +01:00
parent 800eefbddf
commit 0adf1c5463
5 changed files with 51 additions and 21 deletions

View file

@ -78,6 +78,8 @@
"transform": {
"name": "Transform",
"tooltip": "Transform one actor into another",
"noTransformActor": "There is no assigned actor to transform into",
"transformActorMissing": "The assigned actor to transform into does not exist. It was probably deleted or moved in/out of a compendium",
"canvasError": "There is no active scene.",
"prototypeError": "You can only use a transform action from a Token"
}
@ -138,6 +140,7 @@
},
"transform": {
"dropTransformHere": "Drop Transform Here",
"actorIsMissing": "The linked actor is missing. You should delete this link.",
"clearHitPoints": "Clear Hitpoints",
"clearStress": "Clear Stress"
}