diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-13 21:09:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 21:09:08 -0500 |
commit | 7fd8afe2f92f2407fca51328cf8f4a2c75c716f9 (patch) | |
tree | ac6df3b6120387059ff797a816473cf795ebf2a2 /src/main/resources | |
parent | cb495eacc57b0a503c49cc5f5c997dad9d39c14f (diff) | |
download | Skyblocker-7fd8afe2f92f2407fca51328cf8f4a2c75c716f9.tar.gz Skyblocker-7fd8afe2f92f2407fca51328cf8f4a2c75c716f9.tar.bz2 Skyblocker-7fd8afe2f92f2407fca51328cf8f4a2c75c716f9.zip |
Improve Obtained & Museum Item Tooltips (#417)
Co-authored-by: alexia <me@alexia.lol>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index d1a6e0bd..063b7255 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -76,7 +76,9 @@ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.BOTH": "Both", "text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "Enable Lowest BIN Price", "text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "Enable Bazaar buy/sell Price", - "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "Enable Museum & Date", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableObtainedDate": "Enable Obtained Date", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumInfo": "Enable Museum Info", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumInfo.@Tooltip": "If this item is donatable to the museum, then the item's category in the musuem is displayed. It also displays a marker indicating whether you've donated that item to your musuem or not (freebies not yet supported).", "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip": "Enable Exotic Tooltip", "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip.@Tooltip": "Displays the type of exotic below the item's name if an armor piece is exotic.", "text.autoconfig.skyblocker.option.general.itemInfoDisplay": "Item Info Display", |