mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Minor fixes
This commit is contained in:
parent
800eefbddf
commit
0adf1c5463
5 changed files with 51 additions and 21 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue