diff --git a/README.md b/README.md index 9e04acf..fa01ccf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -### Old School Essentials System for Foundry VTT +# Old School Essentials System for Foundry VTT ## License Old-School Essentials is a trademark of Necrotic Gnome. -This Foundry VTT system requires Old-School Essentials Core Rules and does not contain any copyright infringement material. +This Foundry VTT system requires Old-School Essentials Core Rules and does not contain any copyrighted material. ## Contributions This system is currently under heavy development. diff --git a/src/lang/en.json b/src/lang/en.json index f7e087a..31cb0b7 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -27,10 +27,15 @@ "OSE.scores.cha.short": "CHA", "OSE.saves.death.short": "D", + "OSE.saves.death.long": "Death", "OSE.saves.wands.short": "W", + "OSE.saves.wands.long": "Wands", "OSE.saves.paralysis.short": "P", + "OSE.saves.paralysis.long": "Paralysis", "OSE.saves.breath.short": "B", + "OSE.saves.breath.long": "Breath", "OSE.saves.spells.short": "S", + "OSE.saves.spells.long": "Spells", "OSE.Health": "Hit Points", "OSE.HealthShort": "HP", diff --git a/src/templates/actors/partials/character-attributes-tab.html b/src/templates/actors/partials/character-attributes-tab.html index a65e22e..f9fbc49 100644 --- a/src/templates/actors/partials/character-attributes-tab.html +++ b/src/templates/actors/partials/character-attributes-tab.html @@ -44,32 +44,32 @@