From a650a4e9566da9126eea87b7e00c2659cfc35c98 Mon Sep 17 00:00:00 2001 From: Elenterius Date: Wed, 29 May 2024 21:30:54 +0200 Subject: [PATCH] feat: improve wording of tooltip hint for showing more info --- .../elenterius/biomancy/datagen/lang/EnglishLangProvider.java | 2 +- src/generated/resources/assets/biomancy/lang/en_us.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datagen/java/com/github/elenterius/biomancy/datagen/lang/EnglishLangProvider.java b/src/datagen/java/com/github/elenterius/biomancy/datagen/lang/EnglishLangProvider.java index e29174a7d..03b049fde 100644 --- a/src/datagen/java/com/github/elenterius/biomancy/datagen/lang/EnglishLangProvider.java +++ b/src/datagen/java/com/github/elenterius/biomancy/datagen/lang/EnglishLangProvider.java @@ -197,7 +197,7 @@ protected void addTranslations() { addTooltip("bile_fuel", "Bile"); addTooltip("blood_charge", "Blood Charge"); addTooltip("contains_unique_dna", "Contains Unique Genetic Sequences"); - addTooltip("press_button_to", "Press %1$s to %2$s"); + addTooltip("press_button_to", "Hold %1$s to %2$s"); addTooltip("owner", "Owner: %1$s"); diff --git a/src/generated/resources/assets/biomancy/lang/en_us.json b/src/generated/resources/assets/biomancy/lang/en_us.json index d4ef4898e..0fdbabf99 100644 --- a/src/generated/resources/assets/biomancy/lang/en_us.json +++ b/src/generated/resources/assets/biomancy/lang/en_us.json @@ -334,7 +334,7 @@ "tooltip.biomancy.bile_fuel": "Bile", "tooltip.biomancy.blood_charge": "Blood Charge", "tooltip.biomancy.contains_unique_dna": "Contains Unique Genetic Sequences", - "tooltip.biomancy.press_button_to": "Press %1$s to %2$s", + "tooltip.biomancy.press_button_to": "Hold %1$s to %2$s", "tooltip.biomancy.owner": "Owner: %1$s", "tooltip.biomancy.slots": "Slots", "tooltip.biomancy.drops_from": "Drops from",