From 9ea353101fed72e5240dbfbe0a2e4413f1c1dafc Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Wed, 13 Jan 2021 17:23:06 +0100 Subject: [PATCH] rename talents tab to talents-abilities --- src/lang/de.json | 2 +- src/lang/en.json | 2 +- src/module/ds4.ts | 2 +- src/templates/actor/character-sheet.hbs | 4 ++-- .../{talents-overview.hbs => talents-abilities-overview.hbs} | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename src/templates/actor/partials/{talents-overview.hbs => talents-abilities-overview.hbs} (98%) diff --git a/src/lang/de.json b/src/lang/de.json index aafc850..0a0cc84 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -8,7 +8,7 @@ "DS4.HeadingEffects": "Effekte", "DS4.HeadingInventory": "Inventar", "DS4.HeadingProfile": "Profil", - "DS4.HeadingTalents": "Talente & Fähigkeiten", + "DS4.HeadingTalentsAbilities": "Talente & Fähigkeiten", "DS4.HeadingSpells": "Zaubersprüche", "DS4.HeadingDescription": "Beschreibung", "DS4.HeadingSpecialCreatureAbilites": "Besondere Fähigkeiten", diff --git a/src/lang/en.json b/src/lang/en.json index 2c74d9d..5b56e87 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -8,7 +8,7 @@ "DS4.HeadingEffects": "Effects", "DS4.HeadingInventory": "Inventory", "DS4.HeadingProfile": "Profile", - "DS4.HeadingTalents": "Talents & Abilities", + "DS4.HeadingTalentsAbilities": "Talents & Abilities", "DS4.HeadingSpells": "Spells", "DS4.HeadingDescription": "Description", "DS4.HeadingSpecialCreatureAbilites": "Special Abilites", diff --git a/src/module/ds4.ts b/src/module/ds4.ts index e0e2a89..0de4465 100644 --- a/src/module/ds4.ts +++ b/src/module/ds4.ts @@ -53,7 +53,7 @@ async function registerHandlebarsPartials() { "systems/ds4/templates/item/partials/effects.hbs", "systems/ds4/templates/item/partials/body.hbs", "systems/ds4/templates/actor/partials/items-overview.hbs", - "systems/ds4/templates/actor/partials/talents-overview.hbs", + "systems/ds4/templates/actor/partials/talents-abilities-overview.hbs", "systems/ds4/templates/actor/partials/spells-overview.hbs", "systems/ds4/templates/actor/partials/overview-add-button.hbs", "systems/ds4/templates/actor/partials/overview-control-buttons.hbs", diff --git a/src/templates/actor/character-sheet.hbs b/src/templates/actor/character-sheet.hbs index 6b9b1b8..5c0b435 100644 --- a/src/templates/actor/character-sheet.hbs +++ b/src/templates/actor/character-sheet.hbs @@ -63,7 +63,7 @@ @@ -77,7 +77,7 @@ {{> systems/ds4/templates/actor/partials/spells-overview.hbs}} {{!-- Talents Tab --}} - {{> systems/ds4/templates/actor/partials/talents-overview.hbs}} + {{> systems/ds4/templates/actor/partials/talents-abilities-overview.hbs}} {{! Profile Tab --}} {{> systems/ds4/templates/actor/partials/profile.hbs}} diff --git a/src/templates/actor/partials/talents-overview.hbs b/src/templates/actor/partials/talents-abilities-overview.hbs similarity index 98% rename from src/templates/actor/partials/talents-overview.hbs rename to src/templates/actor/partials/talents-abilities-overview.hbs index 96974d0..e40b2aa 100644 --- a/src/templates/actor/partials/talents-overview.hbs +++ b/src/templates/actor/partials/talents-abilities-overview.hbs @@ -120,7 +120,7 @@ {{!-- ======================================================================== --}} -
+

{{localize 'DS4.ItemTypeTalentPlural'}}

{{#> ifHasItemOfType itemsArray=itemsByType.talent dataType='talent' }}