From 5392809260cc3a92d6c5e83105b2a42997944cc2 Mon Sep 17 00:00:00 2001 From: akrigline Date: Fri, 29 Jan 2021 18:01:29 -0500 Subject: [PATCH] cleanup after rollable tables merge --- lang/en.json | 28 ++++++++++++++-------------- src/roller.js | 2 +- templates/roller.html | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lang/en.json b/lang/en.json index 39e79f4..e5dd119 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1,5 +1,5 @@ { - "LMRTFY.Title" : "Let Me Roll That For You!", + "LMRTFY.Title": "Let Me Roll That For You!", "LMRTFY.ControlTitle": "Request Roll", "LMRTFY.AdvantageNote": "These rolls will be made with advantage", "LMRTFY.DisadvantageNote": "These rolls will be made with disadvantage", @@ -10,27 +10,27 @@ "LMRTFY.SelectCharacters": "Select characters:", "LMRTFY.SelectAll": "Select All", "LMRTFY.SelectNone": "Clear Selection", - "LMRTFY.Modifiers": "Modifiers : ", + "LMRTFY.Modifiers": "Modifiers: ", "LMRTFY.NormalRoll": "Normal Roll", "LMRTFY.AdvantageRoll": "Advantage", "LMRTFY.DisadvantageRoll": "Disadvantage", "LMRTFY.QueryRoll": "Query Player", - "LMRTFY.WindowTitle": "Window Title :", + "LMRTFY.WindowTitle": "Window Title:", "LMRTFY.WindowTitleValue": "Get Rolling!", "LMRTFY.WindowTitlePlaceholder": "They see me Rollin', they hating'", - "LMRTFY.Message": "Message :", + "LMRTFY.Message": "Message:", "LMRTFY.MessagePlaceholder": "Roll to see if you find any traps...", - "LMRTFY.AbilityChecks": "Ability Checks :", - "LMRTFY.AbilityCheck": "Ability Check : ", - "LMRTFY.SavingThrows": "Saving Throws :", - "LMRTFY.SavingThrow": "Saving Throw : ", - "LMRTFY.SkillChecks": "Skill Checks :", - "LMRTFY.SkillCheck": "Skill Check : ", + "LMRTFY.AbilityChecks": "Ability Checks:", + "LMRTFY.AbilityCheck": "Ability Check: ", + "LMRTFY.SavingThrows": "Saving Throws:", + "LMRTFY.SavingThrow": "Saving Throw: ", + "LMRTFY.SkillChecks": "Skill Checks:", + "LMRTFY.SkillCheck": "Skill Check: ", "LMRTFY.RequestRolls": "Request Rolls!", "LMRTFY.SaveRequest": "Save Request as Macro", - "LMRTFY.RollerIntro": " Your GM has requested rolls from your character(s) : ", - "LMRTFY.Reason": "Reason : ", - "LMRTFY.CustomFormula": "Custom Formula : ", + "LMRTFY.RollerIntro": " Your GM has requested rolls from your character(s): ", + "LMRTFY.Reason": "Reason: ", + "LMRTFY.CustomFormula": "Custom Formula: ", "LMRTFY.CustomFormulaPlaceholder": "1d20 + @abilities.str.mod + 1", "LMRTFY.Initiative": "Initiative", "LMRTFY.DeathSave": "Death Save", @@ -43,7 +43,7 @@ "LMRTFY.EnableParchmentThemeHint": "Enables the use of the stylized UI with a parchment look", "LMRTFY.SentNotification": "LMRTFY: Roll request sent to connected players", "LMRTFY.NothingNotification": "LMRTFY: Nothing to request", - "LMRTFY.RollTables": "Rollable Table :", + "LMRTFY.RollTables": "Rollable Table:", "LMRTFY.DeselectOnRequestorRender": "Deselect tokens when opening requestor", "LMRTFY.DeselectOnRequestorRenderHint": "Enable to prevent roll requests from being sent to GM user (yourself)" } diff --git a/src/roller.js b/src/roller.js index 2499902..d3d3b06 100644 --- a/src/roller.js +++ b/src/roller.js @@ -15,7 +15,7 @@ class LMRTFYRoller extends Application { this.tables = data.tables; if (data.title) { this.options.title = data.title; - } + } } static get defaultOptions() { diff --git a/templates/roller.html b/templates/roller.html index 0dd7e84..02e6420 100644 --- a/templates/roller.html +++ b/templates/roller.html @@ -56,7 +56,7 @@ {{#if tables}} {{#each tables as |table|}}
- +
{{/each}} {{/if}}