Skip to content

Commit

Permalink
feat: improve wording of tooltip hint for showing more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed May 29, 2024
1 parent b783dcd commit a650a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
2 changes: 1 addition & 1 deletion src/generated/resources/assets/biomancy/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a650a4e

Please sign in to comment.