Skip to content

Commit

Permalink
More typo fixing (#4932)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Apr 27, 2023
1 parent 799ddec commit 1dfaba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/assets/tconstruct/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@
"block.tconstruct.seared_ingot_gauge": "Seared Ingot Gauge",
"block.tconstruct.seared_ingot_gauge.tooltip": "Ideal for metals, holding 48 ingots of fluid.\nRetains liquid when broken.",
"block.tconstruct.seared_lantern": "Seared Lantern",
"block.tconstruct.seared_lantern.tooltip": "Ideal for decoration, holding 100mb of fluid.\nRetains liquid when broken.",
"block.tconstruct.seared_lantern.tooltip": "Ideal for decoration, holding 50mb of fluid.\nRetains liquid when broken.",

"block.tconstruct.seared_faucet": "Seared Faucet",
"block.tconstruct.seared_faucet.tooltip": "Drains liquids from Smelteries and Tanks",
Expand Down Expand Up @@ -1993,7 +1993,7 @@
"modifier.tconstruct.shield_strap.description": "Interacting with the leggings allows swapping the offhand item",
"modifier.tconstruct.tool_belt": "Tool Belt",
"modifier.tconstruct.tool_belt.flavor": "Ever wish for more hands?",
"modifier.tconstruct.tool_belt.description": "Interacting with the leggings whle holding control allows swapping the hotbar",
"modifier.tconstruct.tool_belt.description": "Interacting with the leggings while holding control allows swapping the hotbar",
"recipe.tconstruct.modifier.tool_belt": "Tool belt recipes must be applied in order",
"modifier.tconstruct.pocket_chain": "Pocket Chain",
"modifier.tconstruct.pocket_chain.flavor": "One Chain to Bind Them",
Expand Down Expand Up @@ -2648,7 +2648,7 @@
"modifier.tconstruct.attack_toggled": "%s (Attack)",
"recipe.tconstruct.attack_modifiers.adding.title": "Toggle Interaction",
"recipe.tconstruct.attack_modifiers.adding.description": "Switches an interaction modifier from activating on interaction to attack",
"recipe.tconstruct.attack_modifiers.removing.title": "Toggle Interaction",
"recipe.tconstruct.attack_modifiers.removing.title": "Untoggle Interaction",
"recipe.tconstruct.attack_modifiers.removing.description": "Switches an interaction modifier back to activating on interaction",

"recipe.tconstruct.extract_modifier.title": "Extract Modifier",
Expand Down

2 comments on commit 1dfaba0

@koh-gh
Copy link
Contributor

@koh-gh koh-gh commented on 1dfaba0 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing the fix of scorched lantern tooltip. (line 1145)

@KnightMiner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Report that to the typo issue, it will get lost here

Please sign in to comment.